C# 클래스 AuthBridge.Web.Services.FederationContext

상속: IFederationContext
파일 보기 프로젝트 열기: Teleopti/authbridge

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Destroy ( ) : void
GetValue ( string key ) : string
SetValue ( string key, string value ) : void

메소드 상세

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

GetValue() 공개 메소드

public GetValue ( string key ) : string
key string
리턴 string

SetValue() 공개 메소드

public SetValue ( string key, string value ) : void
key string
value string
리턴 void