DataProtectionSecurityStateEncoder 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化這個類別的新執行個體。
多載
DataProtectionSecurityStateEncoder() |
初始化這個類別的新執行個體。 |
DataProtectionSecurityStateEncoder(Boolean) |
初始化這個類別的新執行個體。 |
DataProtectionSecurityStateEncoder(Boolean, Byte[]) |
初始化這個類別的新執行個體。 |
DataProtectionSecurityStateEncoder()
初始化這個類別的新執行個體。
public:
DataProtectionSecurityStateEncoder();
public DataProtectionSecurityStateEncoder ();
Public Sub New ()
適用於
DataProtectionSecurityStateEncoder(Boolean)
初始化這個類別的新執行個體。
public:
DataProtectionSecurityStateEncoder(bool useCurrentUserProtectionScope);
public DataProtectionSecurityStateEncoder (bool useCurrentUserProtectionScope);
new System.ServiceModel.Security.DataProtectionSecurityStateEncoder : bool -> System.ServiceModel.Security.DataProtectionSecurityStateEncoder
Public Sub New (useCurrentUserProtectionScope As Boolean)
參數
- useCurrentUserProtectionScope
- Boolean
指出是否要使用目前使用者的保護範圍。
適用於
DataProtectionSecurityStateEncoder(Boolean, Byte[])
初始化這個類別的新執行個體。
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())
參數
- useCurrentUserProtectionScope
- Boolean
指出是否要使用目前使用者的保護範圍。
- entropy
- Byte[]
指定 Entropy 的 byte
陣列,這個 Entropy 表示編碼器可能用於編碼安全性狀態的額外隨機性。