RsaSecurityTokenParameters 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 RsaSecurityTokenParameters class.
Overloads
RsaSecurityTokenParameters() |
Initializes a new instance of the RsaSecurityTokenParameters class. |
RsaSecurityTokenParameters(RsaSecurityTokenParameters) |
Initializes a new instance of the RsaSecurityTokenParameters class. |
Remarks
The difference between these overloads is where instance property values come from. RsaSecurityTokenParameters sets them to their default values. RsaSecurityTokenParameters takes them from the instance referenced by the input parameter.
RsaSecurityTokenParameters()
Initializes a new instance of the RsaSecurityTokenParameters class.
public:
RsaSecurityTokenParameters();
public RsaSecurityTokenParameters ();
Public Sub New ()
Remarks
The new instance property values are set to their defaults:
InclusionMode is set to Never.
ReferenceStyle is set to Internal.
RequireDerivedKeys is set to
true
.
Applies to
RsaSecurityTokenParameters(RsaSecurityTokenParameters)
Initializes a new instance of the RsaSecurityTokenParameters class.
protected:
RsaSecurityTokenParameters(System::ServiceModel::Security::Tokens::RsaSecurityTokenParameters ^ other);
protected RsaSecurityTokenParameters (System.ServiceModel.Security.Tokens.RsaSecurityTokenParameters other);
new System.ServiceModel.Security.Tokens.RsaSecurityTokenParameters : System.ServiceModel.Security.Tokens.RsaSecurityTokenParameters -> System.ServiceModel.Security.Tokens.RsaSecurityTokenParameters
Protected Sub New (other As RsaSecurityTokenParameters)
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
. InclusionMode is set to Never.