DataProtectionSecurityStateEncoder Konstruktory

Definice

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[]

bytePole, které určuje entropii, což označuje další náhodnost, které může kodér použít ke kódování stavu zabezpečení.

Platí pro