RSAEncryptionPadding::Pkcs1 Property

 

Gets an object that represents the PKCS #1 encryption standard.

Namespace:   System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

public:
property RSAEncryptionPadding^ Pkcs1 {
	static RSAEncryptionPadding^ get();
}

Property Value

Type: System.Security.Cryptography::RSAEncryptionPadding^

An object that represents the PKCS #1 encryption standard.

.NET Framework
Available since 4.6
Return to top
Show: