Show / Hide Table of Contents

Class VerifiedData

The response to a request to verify the message.

Inheritance
object
VerifiedData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.KeymanagementService.Models
Assembly: OCI.DotNetSDK.Keymanagement.dll
Syntax
public class VerifiedData

Properties

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

In this article
Back to top