DataProtectionSecurityStateEncoder 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 this class.
Overloads
DataProtectionSecurityStateEncoder() |
Initializes a new instance of this class. |
DataProtectionSecurityStateEncoder(Boolean) |
Initializes a new instance of this class. |
DataProtectionSecurityStateEncoder(Boolean, Byte[]) |
Initializes a new instance of this class. |
DataProtectionSecurityStateEncoder()
Initializes a new instance of this class.
public:
DataProtectionSecurityStateEncoder();
public DataProtectionSecurityStateEncoder ();
Public Sub New ()
Applies to
DataProtectionSecurityStateEncoder(Boolean)
Initializes a new instance of this class.
public:
DataProtectionSecurityStateEncoder(bool useCurrentUserProtectionScope);
public DataProtectionSecurityStateEncoder (bool useCurrentUserProtectionScope);
new System.ServiceModel.Security.DataProtectionSecurityStateEncoder : bool -> System.ServiceModel.Security.DataProtectionSecurityStateEncoder
Public Sub New (useCurrentUserProtectionScope As Boolean)
Parameters
- useCurrentUserProtectionScope
- Boolean
Indicates whether to use the current user protection scope.
Applies to
DataProtectionSecurityStateEncoder(Boolean, Byte[])
Initializes a new instance of this class.
public:
DataProtectionSecurityStateEncoder(bool useCurrentUserProtectionScope, cli::array <System::Byte> ^ entropy);
public DataProtectionSecurityStateEncoder (bool useCurrentUserProtectionScope, byte[] entropy);
new System.ServiceModel.Security.DataProtectionSecurityStateEncoder : bool * byte[] -> System.ServiceModel.Security.DataProtectionSecurityStateEncoder
Public Sub New (useCurrentUserProtectionScope As Boolean, entropy As Byte())
Parameters
- useCurrentUserProtectionScope
- Boolean
Indicates whether to use the current user protection scope.
- entropy
- Byte[]
A byte
array that specifies the entropy, which indicates additional randomness that the encoder could use to encode the security state.