Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
AuthBridge
Web
Services
FederationContext
C# Class AuthBridge.Web.Services.FederationContext
Inheritance:
IFederationContext
显示文件
Open project: Teleopti/authbridge
Private Properties
Property
Type
Description
Public Methods
Method
Description
Destroy
( ) :
void
GetValue
(
string
key
) :
string
SetValue
(
string
key
,
string
value
) :
void
Method Details
Destroy()
public
method
public
Destroy
( ) :
void
return
void
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