SecurityKeyIdentifier Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SecurityKeyIdentifier class.
Overloads
SecurityKeyIdentifier() |
Initializes a new instance of the SecurityKeyIdentifier class. |
SecurityKeyIdentifier(SecurityKeyIdentifierClause[]) |
Initializes a new instance of the SecurityKeyIdentifier class using the specified key identifier clauses. |
SecurityKeyIdentifier()
- Source:
- SecurityKeyIdentifier.cs
- Source:
- SecurityKeyIdentifier.cs
- Source:
- SecurityKeyIdentifier.cs
Initializes a new instance of the SecurityKeyIdentifier class.
public:
SecurityKeyIdentifier();
public SecurityKeyIdentifier ();
Public Sub New ()
Applies to
SecurityKeyIdentifier(SecurityKeyIdentifierClause[])
- Source:
- SecurityKeyIdentifier.cs
- Source:
- SecurityKeyIdentifier.cs
- Source:
- SecurityKeyIdentifier.cs
Initializes a new instance of the SecurityKeyIdentifier class using the specified key identifier clauses.
public:
SecurityKeyIdentifier(... cli::array <System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^> ^ clauses);
public SecurityKeyIdentifier (params System.IdentityModel.Tokens.SecurityKeyIdentifierClause[] clauses);
new System.IdentityModel.Tokens.SecurityKeyIdentifier : System.IdentityModel.Tokens.SecurityKeyIdentifierClause[] -> System.IdentityModel.Tokens.SecurityKeyIdentifier
Public Sub New (ParamArray clauses As SecurityKeyIdentifierClause())
Parameters
- clauses
- SecurityKeyIdentifierClause[]
An array of SecurityKeyIdentifierClause that contains the key identifier clauses.
Exceptions
clauses
is null
.