SslSecurityTokenParameters クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サーバーで SOAP レベルの SSL プロトコルを実行するときに取得される SSL セキュリティ トークンのパラメーターを表します。
public ref class SslSecurityTokenParameters : System::ServiceModel::Security::Tokens::SecurityTokenParameters
public class SslSecurityTokenParameters : System.ServiceModel.Security.Tokens.SecurityTokenParameters
type SslSecurityTokenParameters = class
inherit SecurityTokenParameters
Public Class SslSecurityTokenParameters
Inherits SecurityTokenParameters
- 継承
注釈
このクラスはトークンのプロパティとメソッドのコレクションであり、セキュリティ バインディング要素とトークンの作成に使用されます。
コンストラクター
| 名前 | 説明 |
|---|---|
| SslSecurityTokenParameters() |
SslSecurityTokenParameters クラスの新しいインスタンスを初期化します。 |
| SslSecurityTokenParameters(Boolean, Boolean) |
SslSecurityTokenParameters クラスの新しいインスタンスを初期化します。 |
| SslSecurityTokenParameters(Boolean) |
SslSecurityTokenParameters クラスの新しいインスタンスを初期化します。 |
| SslSecurityTokenParameters(SslSecurityTokenParameters) |
別のインスタンスから SslSecurityTokenParameters クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| HasAsymmetricKey |
トークンに非対称キーがあるかどうかを示す値を取得します。 |
| InclusionMode |
トークン包含要件を取得または設定します。 (継承元 SecurityTokenParameters) |
| ReferenceStyle |
トークン参照スタイルを取得または設定します。 (継承元 SecurityTokenParameters) |
| RequireCancellation |
取り消しが必要かどうかを示す値を取得または設定します。 |
| RequireClientCertificate |
クライアント証明書が必要かどうかを示す値を取得または設定します。 |
| RequireDerivedKeys |
キーを元の証明キーから派生できるかどうかを示す値を取得または設定します。 (継承元 SecurityTokenParameters) |
| SupportsClientAuthentication |
実装時に、トークンがクライアント認証をサポートするかどうかを示す値を取得します。 |
| SupportsClientWindowsIdentity |
実装時に、トークンが認証用のWindows ID をサポートしているかどうかを示す値を取得します。 |
| SupportsServerAuthentication |
実装時に、トークンがサーバー認証をサポートするかどうかを示す値を取得します。 |
メソッド
| 名前 | 説明 |
|---|---|
| Clone() |
クラスのこのインスタンスの別のインスタンスを複製します。 (継承元 SecurityTokenParameters) |
| CloneCore() |
クラスのこのインスタンスの別のインスタンスを複製します。 |
| CreateKeyIdentifierClause(SecurityToken, SecurityTokenReferenceStyle) |
トークンのキー識別子句を作成します。 |
| Equals(Object) |
指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
| GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
| GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
| InitializeSecurityTokenRequirement(SecurityTokenRequirement) |
セキュリティ トークンの要件を初期化します。 |
| MatchesKeyIdentifierClause(SecurityToken, SecurityKeyIdentifierClause, SecurityTokenReferenceStyle) |
トークンがキー識別子句と一致するかどうかを示します。 (継承元 SecurityTokenParameters) |
| MemberwiseClone() |
現在の Objectの簡易コピーを作成します。 (継承元 Object) |
| ToString() |
クラスのこのインスタンスのテキスト表現を表示します。 |