p:modifyVerifier
Modification Verifier
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-presentation.xsd
Type: p:CT_ModifyVerifier
Properties: Local, Qualified
Content
- Empty content
Attributes
| Name | Occ | Type | Description | Notes |
|---|---|---|---|---|
| cryptProviderType | [1..1] | p:ST_CryptProv | Cryptographic Provider Type | |
| cryptAlgorithmClass | [1..1] | p:ST_AlgClass | Cryptographic Algorithm Class | |
| cryptAlgorithmType | [1..1] | p:ST_AlgType | Cryptographic Algorithm Type | |
| cryptAlgorithmSid | [1..1] | xsd:unsignedInt | Cryptographic Hashing Algorithm | |
| spinCount | [1..1] | xsd:unsignedInt | Iterations to Run Hashing Algorithm | |
| saltData | [1..1] | xsd:string | Salt for Password Verifier | |
| hashData | [1..1] | xsd:string | Password Hash | |
| cryptProvider | [0..1] | xsd:string | Cryptographic Provider | |
| algIdExt | [0..1] | xsd:unsignedInt | Cryptographic Algorithm Extensibility | |
| algIdExtSource | [0..1] | xsd:string | Algorithm Extensibility Source | |
| cryptProviderTypeExt | [0..1] | xsd:unsignedInt | Cryptographic Provider Type Extensibility | |
| cryptProviderTypeExtSource | [0..1] | xsd:string | Provider Type Extensibility Source |
Used in
- Type p:CT_Presentation (Element p:presentation)
Sample instance
<p:modifyVerifier cryptProviderType="rsaAES" cryptAlgorithmClass="hash" cryptAlgorithmType="typeAny" cryptAlgorithmSid="1" spinCount="1" saltData="string" hashData="string"/>



