SamlAssertionKeyIdentifierClause コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SamlAssertionKeyIdentifierClause(String) |
指定した SAML アサーション識別子を使用して、SamlAssertionKeyIdentifierClause クラスの新しいインスタンスを初期化します。 |
SamlAssertionKeyIdentifierClause(String, Byte[], Int32) |
指定した SAML アサーション識別子、nonce、およびキー長を使用して、SamlAssertionKeyIdentifierClause クラスの新しいインスタンスを初期化します。 |
SamlAssertionKeyIdentifierClause(String)
指定した SAML アサーション識別子を使用して、SamlAssertionKeyIdentifierClause クラスの新しいインスタンスを初期化します。
public:
SamlAssertionKeyIdentifierClause(System::String ^ assertionId);
public SamlAssertionKeyIdentifierClause (string assertionId);
new System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause : string -> System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause
Public Sub New (assertionId As String)
パラメーター
- assertionId
- String
キー識別子を含む SamlAssertion の識別子。
例外
assertionId
が null
です。
注釈
AssertionId の SamlAssertion プロパティをこのコンストラクターに渡します。
適用対象
SamlAssertionKeyIdentifierClause(String, Byte[], Int32)
指定した SAML アサーション識別子、nonce、およびキー長を使用して、SamlAssertionKeyIdentifierClause クラスの新しいインスタンスを初期化します。
public:
SamlAssertionKeyIdentifierClause(System::String ^ assertionId, cli::array <System::Byte> ^ derivationNonce, int derivationLength);
public SamlAssertionKeyIdentifierClause (string assertionId, byte[] derivationNonce, int derivationLength);
new System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause : string * byte[] * int -> System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause
Public Sub New (assertionId As String, derivationNonce As Byte(), derivationLength As Integer)
パラメーター
- assertionId
- String
キー識別子を含む SamlAssertion の識別子。
- derivationLength
- Int32
派生キーのサイズ。
例外
assertionId
が null
です。
注釈
AssertionId の SamlAssertion プロパティをこのコンストラクターに渡します。
derivationNonce
クラスが送信 SOAP メッセージにシリアル化される場合、derivationLength
パラメーターと SamlAssertionKeyIdentifierClause パラメーターは無視されます。
適用対象
.NET