SamlSecurityTokenHandler.KeyInfoSerializer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.