SecurityContextSecurityToken.CanCreateKeyIdentifierClause<T> Method ()
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Indicates whether a specified key identifier clause type can be created.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public override bool CanCreateKeyIdentifierClause<T>() where T : SecurityKeyIdentifierClause
Return Value
Type: System.Booleantrue if the specified key identifier clause type can be created; otherwise, false.
Type Parameters
- T
The specified key identifier clause type.
.NET Framework
Available since 3.0
Available since 3.0
Show: