saml:EncryptedAssertion
Element information
Namespace: urn:oasis:names:tc:SAML:2.0:assertion
Schema document: saml-2.0-os/saml-schema-assertion-2.0.xsd
Type: saml:EncryptedElementType
Properties: Global, Qualified
Content
- Sequence [1..1]
- xenc:EncryptedData [1..1]
- xenc:EncryptedKey [0..*]
Attributes
None
Used in
- Type saml:AdviceType (Element saml:Advice)
- Type saml:EvidenceType (Element saml:Evidence)
- Type samlp:ResponseType (Element samlp:Response)
Sample instance
<saml:EncryptedAssertion> <xenc:EncryptedData> <xenc:EncryptionMethod Algorithm="http://www.example.com/">Any text, intermingled with: <xenc:KeySize>1</xenc:KeySize> <xenc:OAEPparams>GpM7</xenc:OAEPparams> <!--any element--> </xenc:EncryptionMethod> <ds:KeyInfo>Any text, intermingled with: <ds:KeyName>string</ds:KeyName> </ds:KeyInfo> <xenc:CipherData> <xenc:CipherValue>GpM7</xenc:CipherValue> </xenc:CipherData> <xenc:EncryptionProperties> <xenc:EncryptionProperty>Any text, intermingled with:... </xenc:EncryptionProperty> </xenc:EncryptionProperties> </xenc:EncryptedData> <xenc:EncryptedKey> <xenc:EncryptionMethod Algorithm="http://www.example.com/">Any text, intermingled with: <xenc:KeySize>1</xenc:KeySize> <xenc:OAEPparams>GpM7</xenc:OAEPparams> <!--any element--> </xenc:EncryptionMethod> <ds:KeyInfo>Any text, intermingled with: <ds:KeyName>string</ds:KeyName> </ds:KeyInfo> <xenc:CipherData> <xenc:CipherValue>GpM7</xenc:CipherValue> </xenc:CipherData> <xenc:EncryptionProperties> <xenc:EncryptionProperty>Any text, intermingled with:... </xenc:EncryptionProperty> </xenc:EncryptionProperties> <xenc:ReferenceList> <xenc:DataReference URI="http://www.example.com/"> <!--any element--> </xenc:DataReference> </xenc:ReferenceList> <xenc:CarriedKeyName>string</xenc:CarriedKeyName> </xenc:EncryptedKey> </saml:EncryptedAssertion>