X509SecurityTokenProvider 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示安全性權杖提供者,這個提供者會為 SOAP 訊息寄件者提供 X509SecurityToken 安全性權杖。
public ref class X509SecurityTokenProvider : System::IdentityModel::Selectors::SecurityTokenProvider, IDisposable
public class X509SecurityTokenProvider : System.IdentityModel.Selectors.SecurityTokenProvider, IDisposable
type X509SecurityTokenProvider = class
inherit SecurityTokenProvider
interface IDisposable
Public Class X509SecurityTokenProvider
Inherits SecurityTokenProvider
Implements IDisposable
- 繼承
- 實作
備註
在大部分情況中,並不需要直接呼叫 X509SecurityTokenProvider 類別,因為當用戶端傳送需要 X509SecurityToken 安全性權杖的 SOAP 訊息時就會呼叫它。 具體地說,用戶端會使用 ClientCredentials 類別指定所需要安全性權杖的型別,而 ClientCredentials 類別則呼叫 GetToken 方法來取得安全性權杖。 當所需的安全性權杖為 X509SecurityToken 安全性權杖時,GetToken 方法就會呼叫 GetTokenCore 方法。
建構函式
X509SecurityTokenProvider(StoreLocation, StoreName, X509FindType, Object) |
透過從指定的憑證存放區準則取得 X.509 憑證,初始化 X509SecurityTokenProvider 類別的新執行個體。 |
X509SecurityTokenProvider(X509Certificate2) |
使用指定的 X.509 憑證,初始化 X509SecurityTokenProvider 類別的新執行個體。 |
屬性
Certificate |
取得與 X509SecurityToken 安全性權杖相關聯的 X.509 憑證。 |
SupportsTokenCancellation |
取得值,這個值表示是否可以取消安全性權杖。 (繼承來源 SecurityTokenProvider) |
SupportsTokenRenewal |
取得值,這個值表示是否可以更新安全性權杖。 (繼承來源 SecurityTokenProvider) |