IKey.IsRevoked 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 a value stating whether this key was revoked.
public:
property bool IsRevoked { bool get(); };
public bool IsRevoked { get; }
member this.IsRevoked : bool
Public ReadOnly Property IsRevoked As Boolean
Property Value
Remarks
A revoked key may still be used to decrypt existing payloads, but the payloads must be treated as tampered unless the application has some other assurance that the payloads are authentic.