Class SigningProfileAttributes
A reference to a Signing Profile.
public class SigningProfileAttributes : ISigningProfileAttributes
- Inheritance
-
SigningProfileAttributes
- Implements
- Inherited Members
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"
};
Remarks
ExampleMetadata: fixture=_generated
Constructors
SigningProfileAttributes()
public SigningProfileAttributes()
Properties
SigningProfileName
The name of signing profile.
public string SigningProfileName { get; set; }
Property Value
SigningProfileVersion
The version of signing profile.
public string SigningProfileVersion { get; set; }