SamlAuthenticationClaimResource Constructors

Definitie

Initialiseert een nieuw exemplaar van de SamlAuthenticationClaimResource klasse.

Overloads

Name Description
SamlAuthenticationClaimResource(DateTime, String, String, String)

Initialiseert een nieuw exemplaar van de SamlAuthenticationClaimResource klasse met behulp van de opgegeven instantie in tijd, verificatiemethode, DNS-domeinnaam en IP-adres.

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

Initialiseert een nieuw exemplaar van de SamlAuthenticationClaimResource klasse met behulp van de opgegeven instantie in de tijd, verificatiemethode, DNS-domeinnaam, IP-adres en verwijzing naar aanvullende informatie.

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

Initialiseert een nieuw exemplaar van de SamlAuthenticationClaimResource klasse met behulp van de opgegeven instantie in de tijd, verificatiemethode, DNS-domeinnaam, IP-adres en verwijzing naar aanvullende informatie.

SamlAuthenticationClaimResource(DateTime, String, String, String)

Initialiseert een nieuw exemplaar van de SamlAuthenticationClaimResource klasse met behulp van de opgegeven instantie in tijd, verificatiemethode, DNS-domeinnaam en IP-adres.

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)

Parameters

authenticationInstant
DateTime

Een DateTime die het tijdstip aangeeft waarop het onderwerp is geverifieerd.

authenticationMethod
String

Een URI-verwijzing die aangeeft hoe het onderwerp is geverifieerd.

dnsAddress
String

De DNS-domeinnaam waarin de computer die het onderwerp heeft geverifieerd zich bevindt.

ipAddress
String

Het IP-adres van de computer waarop het onderwerp is geverifieerd.

Opmerkingen

De set verificatiemethoden is uitbreidbaar; de volgende tabel bevat echter de set verificatiemethoden die zijn gedefinieerd in de SAML-specificatie.

Verificatiemethode URI
Password urn:oasis:names:tc:SAML:1.0:am:password
Kerberos urn:ietf:rfc:1510
Beveiligd wachtwoord op afstand (SRP) urn:ietf:rfc:2945
Hardwaretoken URI:urn:oasis:names:tc:SAML:1.0:am:HardwareToken
Clientverificatie op basis van SSL/TLS-certificaten urn:ietf:rfc:2246
Openbare PGP-sleutel urn:oasis:names:tc:SAML:1.0:am:PGP
Openbare SPKI-sleutel urn:oasis:names:tc:SAML:1.0:am:SPKI
Openbare XKMS-sleutel urn:oasis:names:tc:SAML:1.0:am:XKMS
DIGITALE XML-handtekening urn:ietf:rfc:3075
Onbepaald urn:oasis:names:tc:SAML:1.0:am:unspecified

Van toepassing op

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

Initialiseert een nieuw exemplaar van de SamlAuthenticationClaimResource klasse met behulp van de opgegeven instantie in de tijd, verificatiemethode, DNS-domeinnaam, IP-adres en verwijzing naar aanvullende informatie.

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))

Parameters

authenticationInstant
DateTime

Een DateTime die het tijdstip aangeeft waarop het onderwerp is geverifieerd.

authenticationMethod
String

Een URI-verwijzing die aangeeft hoe het onderwerp is geverifieerd.

dnsAddress
String

De DNS-domeinnaam waarin de computer die het onderwerp heeft geverifieerd zich bevindt.

ipAddress
String

Het IP-adres van de computer waarop het onderwerp is geverifieerd.

authorityBindings
IEnumerable<SamlAuthorityBinding>

Een IEnumerable<T> type SamlAuthorityBinding dat aanvullende informatie over het onderwerp bevat.

Uitzonderingen

authorityBindings bevat een lid dat is null.

Opmerkingen

De set verificatiemethoden is uitbreidbaar; de volgende tabel bevat echter de set verificatiemethoden die zijn gedefinieerd in de SAML-specificatie.

Verificatiemethode URI
Password urn:oasis:names:tc:SAML:1.0:am:password
Kerberos urn:ietf:rfc:1510
Beveiligd wachtwoord op afstand (SRP) urn:ietf:rfc:2945
Hardwaretoken URI:urn:oasis:names:tc:SAML:1.0:am:HardwareToken
Clientverificatie op basis van SSL/TLS-certificaten urn:ietf:rfc:2246
Openbare PGP-sleutel urn:oasis:names:tc:SAML:1.0:am:PGP
Openbare SPKI-sleutel urn:oasis:names:tc:SAML:1.0:am:SPKI
Openbare XKMS-sleutel urn:oasis:names:tc:SAML:1.0:am:XKMS
DIGITALE XML-handtekening urn:ietf:rfc:3075
Onbepaald urn:oasis:names:tc:SAML:1.0:am:unspecified

Van toepassing op

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

Initialiseert een nieuw exemplaar van de SamlAuthenticationClaimResource klasse met behulp van de opgegeven instantie in de tijd, verificatiemethode, DNS-domeinnaam, IP-adres en verwijzing naar aanvullende informatie.

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))

Parameters

authenticationInstant
DateTime

Een DateTime die het tijdstip aangeeft waarop het onderwerp is geverifieerd.

authenticationMethod
String

Een URI-verwijzing die aangeeft hoe het onderwerp is geverifieerd.

dnsAddress
String

De DNS-domeinnaam waarin de computer die het onderwerp heeft geverifieerd zich bevindt.

ipAddress
String

Het IP-adres van de computer waarop het onderwerp is geverifieerd.

authorityBindings
ReadOnlyCollection<SamlAuthorityBinding>

Een ReadOnlyCollection<T> type SamlAuthorityBinding dat aanvullende informatie over het onderwerp bevat.

Uitzonderingen

authorityBindings bevat een lid dat is null.

Opmerkingen

De set verificatiemethoden is uitbreidbaar; de volgende tabel bevat echter de set verificatiemethoden die zijn gedefinieerd in de SAML-specificatie.

Verificatiemethode URI
Password urn:oasis:names:tc:SAML:1.0:am:password
Kerberos urn:ietf:rfc:1510
Beveiligd wachtwoord op afstand (SRP) urn:ietf:rfc:2945
Hardwaretoken URI:urn:oasis:names:tc:SAML:1.0:am:HardwareToken
Clientverificatie op basis van SSL/TLS-certificaten urn:ietf:rfc:2246
Openbare PGP-sleutel urn:oasis:names:tc:SAML:1.0:am:PGP
Openbare SPKI-sleutel urn:oasis:names:tc:SAML:1.0:am:SPKI
Openbare XKMS-sleutel urn:oasis:names:tc:SAML:1.0:am:XKMS
DIGITALE XML-handtekening urn:ietf:rfc:3075
Onbepaald urn:oasis:names:tc:SAML:1.0:am:unspecified

Van toepassing op