Definition Type: ComplexType
Name: CT_ModifyVerifier
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-presentation.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into cryptProviderTypeExtSource in schema pml-presentation_xsd Drilldown into cryptProviderTypeExt in schema pml-presentation_xsd Drilldown into algIdExtSource in schema pml-presentation_xsd Drilldown into algIdExt in schema pml-presentation_xsd Drilldown into cryptProvider in schema pml-presentation_xsd Drilldown into hashData in schema pml-presentation_xsd Drilldown into saltData in schema pml-presentation_xsd Drilldown into spinCount in schema pml-presentation_xsd Drilldown into cryptAlgorithmSid in schema pml-presentation_xsd Drilldown into cryptAlgorithmType in schema pml-presentation_xsd Drilldown into cryptAlgorithmClass in schema pml-presentation_xsd Drilldown into cryptProviderType in schema pml-presentation_xsdXSD Diagram of CT_ModifyVerifier in schema pml-presentation_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
cryptProviderType p:cryptProviderType Required
cryptAlgorithmClass p:cryptAlgorithmClass Required
cryptAlgorithmType p:cryptAlgorithmType Required
cryptAlgorithmSid p:cryptAlgorithmSid Required
spinCount p:spinCount Required
saltData p:saltData Required
hashData p:hashData Required
cryptProvider p:cryptProvider Optional
algIdExt p:algIdExt Optional
algIdExtSource p:algIdExtSource Optional
cryptProviderTypeExt p:cryptProviderTypeExt Optional
cryptProviderTypeExtSource p:cryptProviderTypeExtSource Optional
Collapse Derivation Tree:
Collapse References:
p:modifyVerifier