Definition Type: ComplexType
Name: EncryptedKeyType
Namespace: http://www.w3.org/2001/04/xmlenc#
Type: xenc:EncryptedType
Containing Schema: xenc-schema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CarriedKeyName Drilldown into ReferenceList Drilldown into EncryptionProperties Drilldown into CipherData Drilldown into KeyInfo Drilldown into EncryptionMethod Drilldown into Encoding Drilldown into MimeType Drilldown into Type Drilldown into Id Drilldown into EncryptedType Drilldown into RecipientXSD Diagram of EncryptedKeyType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<complexType name="EncryptedKeyType">
    <complexContent>
        <extension base="xenc:EncryptedType">
            <sequence>
                <element ref="xenc:ReferenceList" minOccurs="0" />
                <element name="CarriedKeyName" type="string" minOccurs="0" />
            </sequence>
            <attribute name="Recipient" type="string" use="optional" />
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EncryptionMethod xenc:EncryptionMethod 0 (1)
KeyInfo ds:KeyInfo 0 (1)
CipherData xenc:CipherData (1) (1)
EncryptionProperties xenc:EncryptionProperties 0 (1)
ReferenceList xenc:ReferenceList 0 (1)
CarriedKeyName xenc:CarriedKeyName 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
Id xenc:Id Optional
Type xenc:Type Optional
MimeType xenc:MimeType Optional
Encoding xenc:Encoding Optional
Recipient xenc:Recipient Optional
Collapse Derivation Tree:
Collapse References:
xenc:EncryptedKey