C# 클래스 NuGet.Services.Operations.Model.AzureSubscription

파일 보기 프로젝트 열기: NuGet/NuGet.Operations

공개 메소드들

메소드 설명
ResolveCertificate ( ) : void
ResolveCertificate ( StoreName name, StoreLocation location ) : void
ResolveCertificate ( X509Store store ) : void

메소드 상세

ResolveCertificate() 공개 메소드

public ResolveCertificate ( ) : void
리턴 void

ResolveCertificate() 공개 메소드

public ResolveCertificate ( StoreName name, StoreLocation location ) : void
name StoreName
location StoreLocation
리턴 void

ResolveCertificate() 공개 메소드

public ResolveCertificate ( X509Store store ) : void
store System.Security.Cryptography.X509Certificates.X509Store
리턴 void