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