Share via


CertificateContentType 구조체

정의

관리되는 비밀이 를 사용하여 다운로드될 때 인증서의 콘텐츠 형식입니다 SecretClient.

public readonly struct CertificateContentType : IEquatable<Azure.Security.KeyVault.Certificates.CertificateContentType>
type CertificateContentType = struct
Public Structure CertificateContentType
Implements IEquatable(Of CertificateContentType)
상속
CertificateContentType
구현

생성자

CertificateContentType(String)

CertificateContentType 구조체의 새 인스턴스를 초기화합니다.

속성

Pem

콘텐츠가 PEM 형식으로 다운로드되었음을 나타내는 값을 가져옵니다.

Pkcs12

콘텐츠가 pkcs12(PFX) 형식으로 다운로드되었음을 나타내는 값을 가져옵니다.

메서드

Equals(CertificateContentType)

현재 개체가 동일한 형식의 다른 개체와 같은지 여부를 나타냅니다.

ToString()

이 인스턴스의 정규화된 형식 이름을 반환합니다.

연산자

Equality(CertificateContentType, CertificateContentType)

CertificateContentType 값이 같은지 확인합니다.

Implicit(String to CertificateContentType)

문자열을 CertificateContentType으로 변환합니다.

Inequality(CertificateContentType, CertificateContentType)

CertificateContentType 값이 다른지 확인합니다.

적용 대상