IKey.IsRevoked Property

Definition

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.

Applies to