你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SecretContentType Struct

Definition

Content type of the secret when the managed secret is downloaded using a SecretClient.

public readonly struct SecretContentType : IEquatable<Azure.Security.KeyVault.Secrets.SecretContentType>
type SecretContentType = struct
Public Structure SecretContentType
Implements IEquatable(Of SecretContentType)
Inheritance
SecretContentType
Implements

Constructors

Name Description
SecretContentType(String)

Initializes a new instance of the SecretContentType structure.

Properties

Name Description
Pem

Gets a value indicating that content is downloaded in PEM format.

Pkcs12

Gets a value indicating that content is downloaded in pkcs12 (PFX) format.

Methods

Name Description
Equals(SecretContentType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(SecretContentType, SecretContentType)

Determines if two SecretContentType values are the same.

Implicit(String to SecretContentType)

Converts a string to a SecretContentType.

Inequality(SecretContentType, SecretContentType)

Determines if two SecretContentType values are different.

Applies to