Class VerifiedData
The response to a request to verify the message.
Inherited Members
Namespace: Oci.KeymanagementService.Models
Assembly: OCI.DotNetSDK.Keymanagement.dll
Syntax
public class VerifiedDataProperties
IsSignatureValid
Declaration
[Required(ErrorMessage = "IsSignatureValid is required.")]
[JsonProperty(PropertyName = "isSignatureValid")]
public bool? IsSignatureValid { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | A Boolean value that indicates whether the signature was verified. | 
Remarks
Required