C# Class AuthBridge.Web.Services.FederationContext

Inheritance: IFederationContext
Afficher le fichier Open project: Teleopti/authbridge

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Destroy ( ) : void
GetValue ( string key ) : string
SetValue ( string key, string value ) : void

Method Details

Destroy() public méthode

public Destroy ( ) : void
Résultat void

GetValue() public méthode

public GetValue ( string key ) : string
key string
Résultat string

SetValue() public méthode

public SetValue ( string key, string value ) : void
key string
value string
Résultat void