SecurityTokenSerializer.CanWriteKeyIdentifier Method
Determines whether this serializer can write the specified key identifier.
Namespace: System.IdentityModel.Selectors
Assembly: System.IdentityModel (in System.IdentityModel.dll)
Parameters
- keyIdentifier
- Type: System.IdentityModel.Tokens.SecurityKeyIdentifier
A SecurityKeyIdentifier that represents the key identifier to write.
Return Value
Type: System.Booleantrue when this serializer can write the specified key identifier; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException | keyIdentifier is null. |
Classes that derive from the SecurityTokenSerializer class must override the CanWriteKeyIdentifierCore(SecurityKeyIdentifier) method. The CanWriteKeyIdentifier(SecurityKeyIdentifier) method calls the CanWriteKeyIdentifierCore(SecurityKeyIdentifier) method.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.