CmsRecipient.RSAEncryptionPadding プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この受信者に対する暗号化に使用する RSA 暗号化パディングを取得します。
public:
property System::Security::Cryptography::RSAEncryptionPadding ^ RSAEncryptionPadding { System::Security::Cryptography::RSAEncryptionPadding ^ get(); };
public System.Security.Cryptography.RSAEncryptionPadding RSAEncryptionPadding { get; }
public System.Security.Cryptography.RSAEncryptionPadding? RSAEncryptionPadding { get; }
member this.RSAEncryptionPadding : System.Security.Cryptography.RSAEncryptionPadding
Public ReadOnly Property RSAEncryptionPadding As RSAEncryptionPadding
プロパティ値
この受信者の暗号化時に使用する RSA 暗号化パディング。
注釈
値は null
、証明書の公開キーの既定の暗号化パディングを使用する必要があることを示します。