Saml2SecurityTokenHandler.KeyInfoSerializer Property

Definition

Gets or sets the security token serializer that is used to serialize and deserialize key identifiers.

public:
 property System::IdentityModel::Selectors::SecurityTokenSerializer ^ KeyInfoSerializer { System::IdentityModel::Selectors::SecurityTokenSerializer ^ get(); void set(System::IdentityModel::Selectors::SecurityTokenSerializer ^ value); };
public System.IdentityModel.Selectors.SecurityTokenSerializer KeyInfoSerializer { get; set; }
member this.KeyInfoSerializer : System.IdentityModel.Selectors.SecurityTokenSerializer with get, set
Public Property KeyInfoSerializer As SecurityTokenSerializer

Property Value

A SecurityTokenSerializer that represents the serializer.

Exceptions

An attempt to set the value to null occurs.

Remarks

Serializes and deserializes SecurityKeyIdentifier objects.

Applies to