RSAEncryptionPadding.OaepSHA256 Vlastnost

Definice

Získá objekt, který představuje optimální asymetrické šifrování odsazení (OAEP) standard šifrování pomocí algoritmu hash SHA256.

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

Hodnota vlastnosti

RSAEncryptionPadding

Objekt, který představuje standard šifrování OAEP s algoritmem hash SHA256.

Platí pro