次の方法で共有


PublicKey.GetRSAPublicKey メソッド

定義

公開キーを RSA 取得するか、キー null が RSA キーでない場合に取得します。

public:
 System::Security::Cryptography::RSA ^ GetRSAPublicKey();
public System.Security.Cryptography.RSA? GetRSAPublicKey ();
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public System.Security.Cryptography.RSA? GetRSAPublicKey ();
member this.GetRSAPublicKey : unit -> System.Security.Cryptography.RSA
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.GetRSAPublicKey : unit -> System.Security.Cryptography.RSA
Public Function GetRSAPublicKey () As RSA

戻り値

RSA

公開キー、または null キーが RSA キーでない場合。

属性

例外

キーの内容が破損しているか、正常に読み取れませんでした。

適用対象