CspParameters.Flags 属性
定义
表示修改加密服务提供程序 (CSP) 的行为的 CspParameters 的标志。Represents the flags for CspParameters that modify the behavior of the cryptographic service provider (CSP).
public:
property System::Security::Cryptography::CspProviderFlags Flags { System::Security::Cryptography::CspProviderFlags get(); void set(System::Security::Cryptography::CspProviderFlags value); };
public System.Security.Cryptography.CspProviderFlags Flags { get; set; }
member this.Flags : System.Security.Cryptography.CspProviderFlags with get, set
Public Property Flags As CspProviderFlags
属性值
枚举值或枚举值的按位组合。An enumeration value, or a bitwise combination of enumeration values.
例外
值不是有效的枚举值。Value is not a valid enumeration value.