DataProtectionSecurityStateEncoder Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci této třídy.
Přetížení
DataProtectionSecurityStateEncoder() |
Inicializuje novou instanci této třídy. |
DataProtectionSecurityStateEncoder(Boolean) |
Inicializuje novou instanci této třídy. |
DataProtectionSecurityStateEncoder(Boolean, Byte[]) |
Inicializuje novou instanci této třídy. |
DataProtectionSecurityStateEncoder()
Inicializuje novou instanci této třídy.
public:
DataProtectionSecurityStateEncoder();
public DataProtectionSecurityStateEncoder ();
Public Sub New ()
Platí pro
DataProtectionSecurityStateEncoder(Boolean)
Inicializuje novou instanci této třídy.
public:
DataProtectionSecurityStateEncoder(bool useCurrentUserProtectionScope);
public DataProtectionSecurityStateEncoder (bool useCurrentUserProtectionScope);
new System.ServiceModel.Security.DataProtectionSecurityStateEncoder : bool -> System.ServiceModel.Security.DataProtectionSecurityStateEncoder
Public Sub New (useCurrentUserProtectionScope As Boolean)
Parametry
- useCurrentUserProtectionScope
- Boolean
Označuje, zda se má použít aktuální obor ochrany uživatele.
Platí pro
DataProtectionSecurityStateEncoder(Boolean, Byte[])
Inicializuje novou instanci této třídy.
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())
Parametry
- useCurrentUserProtectionScope
- Boolean
Označuje, zda se má použít aktuální obor ochrany uživatele.
- entropy
- Byte[]
byte
Pole, které určuje entropii, což označuje další náhodnost, které může kodér použít ke kódování stavu zabezpečení.