X509SignatureGenerator.PublicKey 屬性

定義

取得與用於產生簽章之私密金鑰建立關聯的公開金鑰。

public:
 property System::Security::Cryptography::X509Certificates::PublicKey ^ PublicKey { System::Security::Cryptography::X509Certificates::PublicKey ^ get(); };
public System.Security.Cryptography.X509Certificates.PublicKey PublicKey { get; }
member this.PublicKey : System.Security.Cryptography.X509Certificates.PublicKey
Public ReadOnly Property PublicKey As PublicKey

屬性值

與用於產生簽章之私密金鑰建立關聯的公開金鑰。

備註

如果公開金鑰為 null,它會呼叫 BuildPublicKey() 方法來建立公開金鑰。

適用於