IssuedTokenClientCredential 類別

定義

表示用來從安全性權杖服務取得核發之權杖的資訊。

public ref class IssuedTokenClientCredential sealed
public sealed class IssuedTokenClientCredential
type IssuedTokenClientCredential = class
Public NotInheritable Class IssuedTokenClientCredential
繼承
IssuedTokenClientCredential

範例

這段程式碼示範用來建立此物件之執行個體的一種方法。

WSHttpBinding b = new WSHttpBinding();
EndpointAddress ea = new EndpointAddress("http://localhost/Calculator");
CalculatorClient client = new CalculatorClient(b, ea);
IssuedTokenClientCredential itcc = client.ClientCredentials.IssuedToken;

屬性

CacheIssuedTokens

取得或設定布林值 (Boolean),這個值會指定核發的權杖是否要由通道進行快取。

DefaultKeyEntropyMode

取得或設定 SecurityKeyEntropyMode 的預設值。

IssuedTokenRenewalThresholdPercentage

取得或設定發行之權杖的更新臨界值百分比。

IssuerChannelBehaviors

取得簽發者通道行為的集合。

LocalIssuerAddress

取得或設定本機簽發者的位址。

LocalIssuerBinding

取得或設定本機簽發者的繫結。

LocalIssuerChannelBehaviors

取得本機簽發者通道行為的集合。

MaxIssuedTokenCachingTime

取得或設定發行之權杖的最大快取時間。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於