md:KeyDescriptor
Element information
Namespace: urn:oasis:names:tc:SAML:2.0:metadata
Schema document: saml-2.0-os/saml-schema-metadata-2.0.xsd
Type: md:KeyDescriptorType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ds:KeyInfo [1..1]
- md:EncryptionMethod [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
use | [0..1] | md:KeyTypes |
Used in
- Type md:AffiliationDescriptorType (Element md:AffiliationDescriptor)
- Type md:AttributeAuthorityDescriptorType via extension of md:RoleDescriptorType (Element md:AttributeAuthorityDescriptor)
- Type md:AuthnAuthorityDescriptorType via extension of md:RoleDescriptorType (Element md:AuthnAuthorityDescriptor)
- Type md:IDPSSODescriptorType via extension of md:RoleDescriptorType (Element md:IDPSSODescriptor)
- Type md:PDPDescriptorType via extension of md:RoleDescriptorType (Element md:PDPDescriptor)
- Type md:RoleDescriptorType (Element md:RoleDescriptor)
- Type md:SPSSODescriptorType via extension of md:RoleDescriptorType (Element md:SPSSODescriptor)
- Type md:SSODescriptorType via extension of md:RoleDescriptorType
Sample instance
<md:KeyDescriptor> <ds:KeyInfo>Any text, intermingled with: <ds:KeyName>string</ds:KeyName> </ds:KeyInfo> <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> </md:KeyDescriptor>