SecurityAlgorithmSuite.DefaultEncryptionAlgorithm 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取默认加密算法作为字符串。
public:
abstract property System::String ^ DefaultEncryptionAlgorithm { System::String ^ get(); };
public abstract string DefaultEncryptionAlgorithm { get; }
member this.DefaultEncryptionAlgorithm : string
Public MustOverride ReadOnly Property DefaultEncryptionAlgorithm As String
属性值
默认加密算法为。
注解
重写时,提供一个将在 IsEncryptionAlgorithmSupported 方法中用于比较的字符串值。