Saml2AssertionKeyIdentifierClause コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Saml2AssertionKeyIdentifierClause クラスの新しいインスタンスを初期化します。
オーバーロード
Saml2AssertionKeyIdentifierClause(String) |
ID を指定して Saml2AssertionKeyIdentifierClause クラスの新しいインスタンスを初期化します。 |
Saml2AssertionKeyIdentifierClause(String, Byte[], Int32) |
ID、nonce、およびキー サイズを指定して、Saml2AssertionKeyIdentifierClause クラスの新しいインスタンスを初期化します。 |
Saml2AssertionKeyIdentifierClause(String)
ID を指定して Saml2AssertionKeyIdentifierClause クラスの新しいインスタンスを初期化します。
public:
Saml2AssertionKeyIdentifierClause(System::String ^ assertionId);
public:
Saml2AssertionKeyIdentifierClause(System::String ^ id);
public Saml2AssertionKeyIdentifierClause (string assertionId);
public Saml2AssertionKeyIdentifierClause (string id);
new System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause : string -> System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause
new System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause : string -> System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause
Public Sub New (assertionId As String)
Public Sub New (id As String)
パラメーター
- assertionIdid
- String
例外
id
が null
または空の文字列です。
適用対象
Saml2AssertionKeyIdentifierClause(String, Byte[], Int32)
ID、nonce、およびキー サイズを指定して、Saml2AssertionKeyIdentifierClause クラスの新しいインスタンスを初期化します。
public:
Saml2AssertionKeyIdentifierClause(System::String ^ id, cli::array <System::Byte> ^ derivationNonce, int derivationLength);
public Saml2AssertionKeyIdentifierClause (string id, byte[] derivationNonce, int derivationLength);
new System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause : string * byte[] * int -> System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause
Public Sub New (id As String, derivationNonce As Byte(), derivationLength As Integer)
パラメーター
- id
- String
作成する句を定義する ID。
- derivationNonce
- Byte[]
派生キーの作成に使用された nonce を格納する Byte の配列。 GetDerivationNonce() メソッドから返される値を設定します。
- derivationLength
- Int32
派生キーのサイズ。 DerivationLength プロパティの値を設定します。
例外
id
が null
または空の文字列です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET