PublicCertificate Class

Definition

Public certificate object

[Microsoft.Rest.Serialization.JsonTransformation]
public class PublicCertificate : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PublicCertificate = class
    inherit ProxyOnlyResource
Public Class PublicCertificate
Inherits ProxyOnlyResource
Inheritance
PublicCertificate
Attributes

Constructors

PublicCertificate()

Initializes a new instance of the PublicCertificate class.

PublicCertificate(String, String, String, String, Byte[], Nullable<PublicCertificateLocation>, String)

Initializes a new instance of the PublicCertificate class.

Properties

Blob

Gets or sets public Certificate byte array

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
PublicCertificateLocation

Gets or sets public Certificate Location. Possible values include: 'CurrentUserMy', 'LocalMachineMy', 'Unknown'

Thumbprint

Gets certificate Thumbprint

Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Applies to