Search Results for

    Show / Hide Table of Contents

    Class PassThroughUserNameTokenHandler

    Represents a pass-through UserNameSecurityTokenHandler which issues claims containing user name and authentication type.

    Inheritance
    object
    SecurityTokenHandler
    UserNameSecurityTokenHandler
    PassThroughUserNameTokenHandler
    Implements
    ICustomIdentityConfiguration
    Inherited Members
    UserNameSecurityTokenHandler.CanReadToken(XmlReader)
    UserNameSecurityTokenHandler.GetTokenTypeIdentifiers()
    UserNameSecurityTokenHandler.ReadToken(XmlReader)
    UserNameSecurityTokenHandler.WriteToken(XmlWriter, SecurityToken)
    UserNameSecurityTokenHandler.RetainPassword
    UserNameSecurityTokenHandler.CanWriteToken
    UserNameSecurityTokenHandler.TokenType
    SecurityTokenHandler.CanReadToken(string)
    SecurityTokenHandler.ReadToken(XmlReader, SecurityTokenResolver)
    SecurityTokenHandler.ReadToken(string)
    SecurityTokenHandler.WriteToken(SecurityToken)
    SecurityTokenHandler.CanReadKeyIdentifierClause(XmlReader)
    SecurityTokenHandler.ReadKeyIdentifierClause(XmlReader)
    SecurityTokenHandler.CanWriteKeyIdentifierClause(SecurityKeyIdentifierClause)
    SecurityTokenHandler.WriteKeyIdentifierClause(XmlWriter, SecurityKeyIdentifierClause)
    SecurityTokenHandler.CreateToken(SecurityTokenDescriptor)
    SecurityTokenHandler.CreateSecurityTokenReference(SecurityToken, bool)
    SecurityTokenHandler.LoadCustomConfiguration(XmlNodeList)
    SecurityTokenHandler.Configuration
    SecurityTokenHandler.ContainingCollection
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Security
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class PassThroughUserNameTokenHandler : UserNameSecurityTokenHandler, ICustomIdentityConfiguration

    Constructors

    PassThroughUserNameTokenHandler()

    Declaration
    public PassThroughUserNameTokenHandler()

    Properties

    CanValidateToken

    Gets flag indicating that handled can validate security token.

    Declaration
    public override bool CanValidateToken { get; }
    Property Value
    Type Description
    bool
    Overrides
    SecurityTokenHandler.CanValidateToken

    Methods

    ValidateToken(SecurityToken)

    Validates provided user name token and issues claims.

    Declaration
    public override ReadOnlyCollection<ClaimsIdentity> ValidateToken(SecurityToken token)
    Parameters
    Type Name Description
    SecurityToken token

    User name token that needs to be validated.

    Returns
    Type Description
    ReadOnlyCollection<ClaimsIdentity>

    Collection of claims presented in provided token.

    Overrides
    SecurityTokenHandler.ValidateToken(SecurityToken)

    Implements

    ICustomIdentityConfiguration
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation