Show / Hide Table of Contents

Class SigningProfileAttributes

A reference to a Signing Profile.

Inheritance
System.Object
SigningProfileAttributes
Implements
ISigningProfileAttributes
Namespace: Amazon.CDK.AWS.Signer
Assembly: Amazon.CDK.AWS.Signer.dll
Syntax (csharp)
public class SigningProfileAttributes : Object, ISigningProfileAttributes
Syntax (vb)
Public Class SigningProfileAttributes
    Inherits Object
    Implements ISigningProfileAttributes
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Signer;

var signingProfileAttributes = new SigningProfileAttributes {
    SigningProfileName = "signingProfileName",
    SigningProfileVersion = "signingProfileVersion"
};

Synopsis

Constructors

SigningProfileAttributes()

Properties

SigningProfileName

The name of signing profile.

SigningProfileVersion

The version of signing profile.

Constructors

SigningProfileAttributes()

public SigningProfileAttributes()

Properties

SigningProfileName

The name of signing profile.

public string SigningProfileName { get; set; }
Property Value

System.String

SigningProfileVersion

The version of signing profile.

public string SigningProfileVersion { get; set; }
Property Value

System.String

Implements

ISigningProfileAttributes
Back to top Generated by DocFX