EmptySecurityKeyIdentifierClause Constructors

Definition

Initializes a new instance of the EmptySecurityKeyIdentifierClause class.

Overloads

EmptySecurityKeyIdentifierClause()

Initializes a new instance of the EmptySecurityKeyIdentifierClause class.

EmptySecurityKeyIdentifierClause(Object)

Initializes a new instance of the EmptySecurityKeyIdentifierClause class with the specified context.

EmptySecurityKeyIdentifierClause()

Initializes a new instance of the EmptySecurityKeyIdentifierClause class.

C#
public EmptySecurityKeyIdentifierClause();

Remarks

This constructor assumes that the user knows how to resolve the key required without any context.

Applies to

.NET Framework 4.8.1 та інші версії
Продукт Версії
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

EmptySecurityKeyIdentifierClause(Object)

Initializes a new instance of the EmptySecurityKeyIdentifierClause class with the specified context.

C#
public EmptySecurityKeyIdentifierClause(object context);

Parameters

context
Object

Used to provide a hint when there is a need resolve an empty clause to a particular key. In the case of SAML11 and SAML2 tokens that have signatures without a <KeyInfo> element, this property will contain the assertion that is currently being processed.

Applies to

.NET Framework 4.8.1 та інші версії
Продукт Версії
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1