KeyActivation
The actions that must be performed before the private key can be used.
Element information
Namespace: None
Schema document: saml-2.0-os/saml-schema-authn-context-types-2.0.xsd
Type: KeyActivationType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ActivationPin [0..1] This element indicates that a Pin (Personal Identification Number) has been used to authenticate the Principal to some local system in order to activate a key.
- Extension [0..*]
Attributes
None
Used in
- Type PrivateKeyProtectionType (Element PrivateKeyProtection)
- Type SecretKeyProtectionType (Element SecretKeyProtection)
Sample instance
<KeyActivation> <ActivationPin> <Length min="1"/> <Alphabet requiredChars="string"/> <Generation mechanism="principalchosen"/> <ActivationLimit> <ActivationLimitDuration duration="P1Y2M3DT10H"/> </ActivationLimit> <Extension> <!--any element--> </Extension> </ActivationPin> <Extension> <!--any element--> </Extension> </KeyActivation>