RSAEncryptionPadding.Pkcs1 屬性

定義

取得代表 PKCS #1 加密標準的物件。

public:
 static property System::Security::Cryptography::RSAEncryptionPadding ^ Pkcs1 { System::Security::Cryptography::RSAEncryptionPadding ^ get(); };
public static System.Security.Cryptography.RSAEncryptionPadding Pkcs1 { get; }
member this.Pkcs1 : System.Security.Cryptography.RSAEncryptionPadding
Public Shared ReadOnly Property Pkcs1 As RSAEncryptionPadding

屬性值

RSAEncryptionPadding

代表 PKCS #1 加密標準的物件。

適用於