共用方式為


Scope.SymmetricKeyEncryptionRequired 屬性

定義

取得或設定值,這個值表示發出的對稱金鑰是否必須加密。

public:
 virtual property bool SymmetricKeyEncryptionRequired { bool get(); void set(bool value); };
public virtual bool SymmetricKeyEncryptionRequired { get; set; }
member this.SymmetricKeyEncryptionRequired : bool with get, set
Public Overridable Property SymmetricKeyEncryptionRequired As Boolean

屬性值

如果對稱金鑰必須經過加密,則為 true,否則為false。 預設為 true

備註

SymmetricKeyEncryptionRequired如果 屬性為 true,則會使用 屬性中的EncryptingCredentials認證來加密對稱密鑰。

適用於