StrongNameSignatureInformation.PublicKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the public key that is used to verify the signature.
public:
property System::Security::Cryptography::AsymmetricAlgorithm ^ PublicKey { System::Security::Cryptography::AsymmetricAlgorithm ^ get(); };
public System.Security.Cryptography.AsymmetricAlgorithm PublicKey { get; }
member this.PublicKey : System.Security.Cryptography.AsymmetricAlgorithm
Public ReadOnly Property PublicKey As AsymmetricAlgorithm
Property Value
The public key that is used to verify the signature.
Remarks
The only case that returns null
is when IsValid is false
. If the signature is valid, there will always be a key.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.