Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft