CertificateAppCredentialsOptions 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
CertificateAppCredentials 옵션.
public class CertificateAppCredentialsOptions
type CertificateAppCredentialsOptions = class
Public Class CertificateAppCredentialsOptions
- 상속
-
CertificateAppCredentialsOptions
생성자
CertificateAppCredentialsOptions() |
CertificateAppCredentials 옵션. |
속성
AppId |
AppId를 가져오거나 설정합니다. |
ChannelAuthTenant |
채널 인증 테넌트 를 가져오거나 설정합니다. |
ClientCertificate |
X509Certificate2 ClientCertificate를 가져오거나 설정합니다. |
CustomHttpClient |
CustomHttpClient를 가져오거나 설정합니다. |
Logger |
로거를 가져오거나 설정합니다. |
OauthScope |
OauthScope를 가져오거나 설정합니다. |
SendX5c |
이 매개 변수가 true인 경우 애플리케이션 개발자가 Azure AD 간편한 인증서 롤오버를 수행할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다. 이 매개 변수를 true로 설정하면 토큰 요청과 함께 Azure AD 공용 인증서가 전송되므로 Azure AD 신뢰할 수 있는 발급자 정책에 따라 주체 이름의 유효성을 검사할 수 있습니다. |