次の方法で共有


SamlAuthenticationClaimResource コンストラクター

定義

SamlAuthenticationClaimResource クラスの新しいインスタンスを初期化します。

オーバーロード

SamlAuthenticationClaimResource(DateTime, String, String, String)

指定した有効期間、認証方法、DNS ドメイン名、および IP アドレスを使用して、SamlAuthenticationClaimResource クラスの新しいインスタンスを初期化します。

SamlAuthenticationClaimResource(DateTime, String, String, String, IEnumerable<SamlAuthorityBinding>)

指定した有効期間、認証方法、DNS ドメイン名、IP アドレス、および追加情報への参照を使用して、SamlAuthenticationClaimResource クラスの新しいインスタンスを初期化します。

SamlAuthenticationClaimResource(DateTime, String, String, String, ReadOnlyCollection<SamlAuthorityBinding>)

指定した有効期間、認証方法、DNS ドメイン名、IP アドレス、および追加情報への参照を使用して、SamlAuthenticationClaimResource クラスの新しいインスタンスを初期化します。

SamlAuthenticationClaimResource(DateTime, String, String, String)

指定した有効期間、認証方法、DNS ドメイン名、および IP アドレスを使用して、SamlAuthenticationClaimResource クラスの新しいインスタンスを初期化します。

public:
 SamlAuthenticationClaimResource(DateTime authenticationInstant, System::String ^ authenticationMethod, System::String ^ dnsAddress, System::String ^ ipAddress);
public SamlAuthenticationClaimResource (DateTime authenticationInstant, string authenticationMethod, string dnsAddress, string ipAddress);
new System.IdentityModel.Tokens.SamlAuthenticationClaimResource : DateTime * string * string * string -> System.IdentityModel.Tokens.SamlAuthenticationClaimResource
Public Sub New (authenticationInstant As DateTime, authenticationMethod As String, dnsAddress As String, ipAddress As String)

パラメーター

authenticationInstant
DateTime

サブジェクトが認証された時間を指定する DateTime

authenticationMethod
String

サブジェクトが認証された方法を指定する URI リファレンス。

dnsAddress
String

サブジェクトを認証したコンピューターが存在する DNS ドメイン名。

ipAddress
String

サブジェクトを認証したコンピューターの IP アドレス。

注釈

一連の認証メソッドは拡張可能ですが、SAML 仕様で定義されている一連の認証メソッドを次の表に示します。

認証方法 URI
Password urn:oasis:names:tc:SAML:1.0:am:password
Kerberos urn:ietf:rfc:1510
セキュア リモート パスワード (SRP) urn:ietf:rfc:2945
ハードウェア トークン URI:urn:oasis:names:tc:SAML:1.0:am:HardwareToken
SSL/TLS 証明書ベースのクライアント認証 urn:ietf:rfc:2246
PGP 公開キー urn:oasis:names:tc:SAML:1.0:am:PGP
SPKI 公開キー urn:oasis:names:tc:SAML:1.0:am:SPKI
XKMS 公開キー urn:oasis:names:tc:SAML:1.0:am:XKMS
XML デジタル署名 urn:ietf:rfc:3075
指定されていません。 urn:oasis:names:tc:SAML:1.0:am:unspecified

適用対象

SamlAuthenticationClaimResource(DateTime, String, String, String, IEnumerable<SamlAuthorityBinding>)

指定した有効期間、認証方法、DNS ドメイン名、IP アドレス、および追加情報への参照を使用して、SamlAuthenticationClaimResource クラスの新しいインスタンスを初期化します。

public:
 SamlAuthenticationClaimResource(DateTime authenticationInstant, System::String ^ authenticationMethod, System::String ^ dnsAddress, System::String ^ ipAddress, System::Collections::Generic::IEnumerable<System::IdentityModel::Tokens::SamlAuthorityBinding ^> ^ authorityBindings);
public SamlAuthenticationClaimResource (DateTime authenticationInstant, string authenticationMethod, string dnsAddress, string ipAddress, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlAuthorityBinding> authorityBindings);
new System.IdentityModel.Tokens.SamlAuthenticationClaimResource : DateTime * string * string * string * seq<System.IdentityModel.Tokens.SamlAuthorityBinding> -> System.IdentityModel.Tokens.SamlAuthenticationClaimResource
Public Sub New (authenticationInstant As DateTime, authenticationMethod As String, dnsAddress As String, ipAddress As String, authorityBindings As IEnumerable(Of SamlAuthorityBinding))

パラメーター

authenticationInstant
DateTime

サブジェクトが認証された時間を指定する DateTime

authenticationMethod
String

サブジェクトが認証された方法を指定する URI リファレンス。

dnsAddress
String

サブジェクトを認証したコンピューターが存在する DNS ドメイン名。

ipAddress
String

サブジェクトを認証したコンピューターの IP アドレス。

authorityBindings
IEnumerable<SamlAuthorityBinding>

サブジェクトに関する追加情報を格納する IEnumerable<T> 型の SamlAuthorityBinding

例外

authorityBindings は、null であるメンバーを含みます。

注釈

一連の認証メソッドは拡張可能ですが、SAML 仕様で定義されている一連の認証メソッドを次の表に示します。

認証方法 URI
Password urn:oasis:names:tc:SAML:1.0:am:password
Kerberos urn:ietf:rfc:1510
セキュア リモート パスワード (SRP) urn:ietf:rfc:2945
ハードウェア トークン URI:urn:oasis:names:tc:SAML:1.0:am:HardwareToken
SSL/TLS 証明書ベースのクライアント認証 urn:ietf:rfc:2246
PGP 公開キー urn:oasis:names:tc:SAML:1.0:am:PGP
SPKI 公開キー urn:oasis:names:tc:SAML:1.0:am:SPKI
XKMS 公開キー urn:oasis:names:tc:SAML:1.0:am:XKMS
XML デジタル署名 urn:ietf:rfc:3075
指定されていません。 urn:oasis:names:tc:SAML:1.0:am:unspecified

適用対象

SamlAuthenticationClaimResource(DateTime, String, String, String, ReadOnlyCollection<SamlAuthorityBinding>)

指定した有効期間、認証方法、DNS ドメイン名、IP アドレス、および追加情報への参照を使用して、SamlAuthenticationClaimResource クラスの新しいインスタンスを初期化します。

public:
 SamlAuthenticationClaimResource(DateTime authenticationInstant, System::String ^ authenticationMethod, System::String ^ dnsAddress, System::String ^ ipAddress, System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Tokens::SamlAuthorityBinding ^> ^ authorityBindings);
public SamlAuthenticationClaimResource (DateTime authenticationInstant, string authenticationMethod, string dnsAddress, string ipAddress, System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Tokens.SamlAuthorityBinding> authorityBindings);
new System.IdentityModel.Tokens.SamlAuthenticationClaimResource : DateTime * string * string * string * System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Tokens.SamlAuthorityBinding> -> System.IdentityModel.Tokens.SamlAuthenticationClaimResource
Public Sub New (authenticationInstant As DateTime, authenticationMethod As String, dnsAddress As String, ipAddress As String, authorityBindings As ReadOnlyCollection(Of SamlAuthorityBinding))

パラメーター

authenticationInstant
DateTime

サブジェクトが認証された時間を指定する DateTime

authenticationMethod
String

サブジェクトが認証された方法を指定する URI リファレンス。

dnsAddress
String

サブジェクトを認証したコンピューターが存在する DNS ドメイン名。

ipAddress
String

サブジェクトを認証したコンピューターの IP アドレス。

authorityBindings
ReadOnlyCollection<SamlAuthorityBinding>

サブジェクトに関する追加情報を格納する ReadOnlyCollection<T> 型の SamlAuthorityBinding

例外

authorityBindings は、null であるメンバーを含みます。

注釈

一連の認証メソッドは拡張可能ですが、SAML 仕様で定義されている一連の認証メソッドを次の表に示します。

認証方法 URI
Password urn:oasis:names:tc:SAML:1.0:am:password
Kerberos urn:ietf:rfc:1510
セキュア リモート パスワード (SRP) urn:ietf:rfc:2945
ハードウェア トークン URI:urn:oasis:names:tc:SAML:1.0:am:HardwareToken
SSL/TLS 証明書ベースのクライアント認証 urn:ietf:rfc:2246
PGP 公開キー urn:oasis:names:tc:SAML:1.0:am:PGP
SPKI 公開キー urn:oasis:names:tc:SAML:1.0:am:SPKI
XKMS 公開キー urn:oasis:names:tc:SAML:1.0:am:XKMS
XML デジタル署名 urn:ietf:rfc:3075
指定されていません。 urn:oasis:names:tc:SAML:1.0:am:unspecified

適用対象