UserNameSecurityTokenParameters Constructors
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 UserNameSecurityTokenParameters class.
UserNameSecurityTokenParameters() |
Initializes a new instance of the UserNameSecurityTokenParameters class. |
UserNameSecurityTokenParameters(UserNameSecurityTokenParameters) |
Initializes a new instance of the UserNameSecurityTokenParameters class. |
The difference between these overloads is where instance property values come from. SecurityTokenParameters sets them to their default values. SecurityTokenParameters takes them from the instance referenced by the input parameter.
Initializes a new instance of the UserNameSecurityTokenParameters class.
public:
UserNameSecurityTokenParameters();
public UserNameSecurityTokenParameters();
Public Sub New ()
Remarks
The new instance property values are set to their defaults:
InclusionMode is set to AlwaysToRecipient.
ReferenceStyle is set to Internal.
RequireDerivedKeys is set to true
.
Applies to
.NET 10 (package-provided) i druge verzije
Proizvod | Verzije |
---|---|
.NET | Core 1.0, Core 1.1, 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 3.0, 3.5, 4.0, 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 |
.NET Standard | 2.0 (package-provided) |
UWP | 10.0 |
Initializes a new instance of the UserNameSecurityTokenParameters class.
protected:
UserNameSecurityTokenParameters(System::ServiceModel::Security::Tokens::UserNameSecurityTokenParameters ^ other);
protected UserNameSecurityTokenParameters(System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters other);
new System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters : System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters -> System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters
Protected Sub New (other As UserNameSecurityTokenParameters)
Parameters
The other instance of this class.
Exceptions
other
is null
.
Remarks
The new instance property values are set to the corresponding values in other
.
Applies to
.NET 10 (package-provided) i druge verzije
Proizvod | Verzije |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 3.0, 3.5, 4.0, 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 |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: