共用方式為


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 金鑰,則為 。

屬性

例外狀況

金鑰內容已損毀或無法成功讀取。

適用於