AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the GetRevocationStatus operation. Retrieves the revocation status of one or more of the signing profile, signing job, and signing certificate.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Signer.AmazonSignerRequest
      Amazon.Signer.Model.GetRevocationStatusRequest

Namespace: Amazon.Signer.Model
Assembly: AWSSDK.Signer.dll
Version: 3.x.y.z

Syntax

C#
public class GetRevocationStatusRequest : AmazonSignerRequest
         IAmazonWebServiceRequest

The GetRevocationStatusRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CertificateHashes System.Collections.Generic.List<System.String>

Gets and sets the property CertificateHashes.

A list of composite signed hashes that identify certificates.

A certificate identifier consists of a subject certificate TBS hash (signed by the parent CA) combined with a parent CA TBS hash (signed by the parent CA’s CA). Root certificates are defined as their own CA.

The following example shows how to calculate a hash for this parameter using OpenSSL commands:

openssl asn1parse -in childCert.pem -strparse 4 -out childCert.tbs

openssl sha384 < childCert.tbs -binary > childCertTbsHash

openssl asn1parse -in parentCert.pem -strparse 4 -out parentCert.tbs

openssl sha384 < parentCert.tbs -binary > parentCertTbsHash xxd -p childCertTbsHash > certificateHash.hex xxd -p parentCertTbsHash >> certificateHash.hex

cat certificateHash.hex | tr -d '\n'

Public Property JobArn System.String

Gets and sets the property JobArn.

The ARN of a signing job.

Public Property PlatformId System.String

Gets and sets the property PlatformId.

The ID of a signing platform.

Public Property ProfileVersionArn System.String

Gets and sets the property ProfileVersionArn.

The version of a signing profile.

Public Property SignatureTimestamp System.DateTime

Gets and sets the property SignatureTimestamp.

The timestamp of the signature that validates the profile or job.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5