SecurityTokenHandlerCollection
SecurityTokenHandlerCollection()
SecurityTokenHandlerCollection(SecurityTokenHandlerConfiguration)
SecurityTokenHandlerCollection(IEnumerable<SecurityTokenHandler>)
SecurityTokenHandlerCollection(IEnumerable<SecurityTokenHandler>, SecurityTokenHandlerConfiguration)
Configuration
this[SecurityToken]
this[String]
this[Type]
TokenTypeIdentifiers
TokenTypes
AddOrReplace(SecurityTokenHandler)
CanReadKeyIdentifierClause(XmlReader)
CanReadKeyIdentifierClauseCore(XmlReader)
CanReadToken(String)
CanReadToken(XmlReader)
CanWriteToken(SecurityToken)
ClearItems()
CreateDefaultSecurityTokenHandlerCollection()
CreateDefaultSecurityTokenHandlerCollection(SecurityTokenHandlerConfiguration)
CreateToken(SecurityTokenDescriptor)
InsertItem(Int32, SecurityTokenHandler)
ReadKeyIdentifierClause(XmlReader)
ReadKeyIdentifierClauseCore(XmlReader)
ReadToken(String)
ReadToken(XmlReader)
RemoveItem(Int32)
SetItem(Int32, SecurityTokenHandler)
ValidateToken(SecurityToken)
WriteKeyIdentifierClause(XmlWriter, SecurityKeyIdentifierClause)
WriteKeyIdentifierClauseCore(XmlWriter, SecurityKeyIdentifierClause)
WriteToken(SecurityToken)
WriteToken(XmlWriter, SecurityToken)
net48
namespace System.IdentityModel.Tokens
{
[DefaultMember("Item")]
public class SecurityTokenHandlerCollection : Collection<SecurityTokenHandler>
{
public bool CanReadKeyIdentifierClause(XmlReader reader);
}
}
.NET Framework | 4.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
---|---|
Information specific to net48 | |
Assembly | System.IdentityModel , Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | Your project needs an assembly reference to |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API