<xsd:complexType name="CT_ModifyVerifier">
<xsd:attribute name="cryptProviderType" type="ST_CryptProv" use="required">
<xsd:annotation>
<xsd:documentation>Cryptographic Provider Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="cryptAlgorithmClass" type="ST_AlgClass" use="required">
<xsd:annotation>
<xsd:documentation>Cryptographic Algorithm Class</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="cryptAlgorithmType" type="ST_AlgType" use="required">
<xsd:annotation>
<xsd:documentation>Cryptographic Algorithm Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="cryptAlgorithmSid" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Cryptographic Hashing Algorithm</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="spinCount" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Iterations to Run Hashing Algorithm</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="saltData" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>Salt for Password Verifier</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="hashData" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>Password Hash</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="cryptProvider" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Cryptographic Provider</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="algIdExt" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Cryptographic Algorithm Extensibility</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="algIdExtSource" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Algorithm Extensibility Source</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="cryptProviderTypeExt" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Cryptographic Provider Type Extensibility</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="cryptProviderTypeExtSource" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Provider Type Extensibility Source</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|