X509SignatureGenerator.PublicKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與用於產生簽章之私密金鑰建立關聯的公開金鑰。
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() 方法來建立公開金鑰。