RevocationAndRenewalItem.PublicKeyHash 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.
Returns the public key hash for the component.
public:
property Platform::String ^ PublicKeyHash { Platform::String ^ get(); };
winrt::hstring PublicKeyHash();
public string PublicKeyHash { get; }
var string = revocationAndRenewalItem.publicKeyHash;
Public ReadOnly Property PublicKeyHash As String
Property Value
The public key hash.