md:EncryptionMethod
Element information
Namespace: urn:oasis:names:tc:SAML:2.0:metadata
Schema document: saml-2.0-os/saml-schema-metadata-2.0.xsd
Type: xenc:EncryptionMethodType
Properties: Global, Qualified
Content
- Any text (mixed) content, intermingled with:
- Sequence [1..1]
- xenc:KeySize [0..1]
- xenc:OAEPparams [0..1]
- Any element [0..*] Namespace: ##other, Process Contents: strict
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Algorithm | [1..1] | xsd:anyURI |
Used in
- Type md:KeyDescriptorType (Element md:KeyDescriptor)
Sample instance
<md:EncryptionMethod Algorithm="http://www.example.com/">Any text, intermingled with: <xenc:KeySize>1</xenc:KeySize> <xenc:OAEPparams>GpM7</xenc:OAEPparams> <!--any element--> </md:EncryptionMethod>