C# Class MultiProtocolIssuerSts.Services.FederationContext

Inheritance: IFederationContext
Datei anzeigen Open project: southworks/protocol-bridge-claims-provider

Private Properties

Property Type Description

Public Methods

Method Description
GetValue ( string key ) : string
SetValue ( string key, string value ) : void

Method Details

GetValue() public method

public GetValue ( string key ) : string
key string
return string

SetValue() public method

public SetValue ( string key, string value ) : void
key string
value string
return void