SimpleWebSecurityTokenSerializer.CanWriteKeyIdentifierCore Method

Definition

Determines whether this serializer can write the specified key identifier.

protected override bool CanWriteKeyIdentifierCore (System.IdentityModel.Tokens.SecurityKeyIdentifier keyIdentifier);
override this.CanWriteKeyIdentifierCore : System.IdentityModel.Tokens.SecurityKeyIdentifier -> bool
Protected Overrides Function CanWriteKeyIdentifierCore (keyIdentifier As SecurityKeyIdentifier) As Boolean

Parameters

keyIdentifier
SecurityKeyIdentifier

A SecurityKeyIdentifier that represents the key identifier to write.

Returns

true when this serializer can write the specified key identifier; otherwise, false.

Applies to