SspiSecurityTokenProvider クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SSPI セキュリティ トークンを提供するセキュリティ トークン プロバイダーを表します。
public ref class SspiSecurityTokenProvider : System::IdentityModel::Selectors::SecurityTokenProvider
public class SspiSecurityTokenProvider : System.IdentityModel.Selectors.SecurityTokenProvider
type SspiSecurityTokenProvider = class
inherit SecurityTokenProvider
Public Class SspiSecurityTokenProvider
Inherits SecurityTokenProvider
- 継承
注釈
SSPI セキュリティ トークンは暗号化操作を実行できませんが、Windows 認証に必要な設定のみが含まれます。
コンストラクター
| 名前 | 説明 |
|---|---|
| SspiSecurityTokenProvider(NetworkCredential, Boolean, Boolean) |
SspiSecurityTokenProvider クラスの新しいインスタンスを初期化します。 |
| SspiSecurityTokenProvider(NetworkCredential, Boolean, TokenImpersonationLevel) |
SspiSecurityTokenProvider クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| SupportsTokenCancellation |
セキュリティ トークンを取り消すことができるかどうかを示す値を取得します。 (継承元 SecurityTokenProvider) |
| SupportsTokenRenewal |
セキュリティ トークンが更新可能かどうかを示す値を取得します。 (継承元 SecurityTokenProvider) |