C# 클래스 Microsoft.Azure.Commands.Common.Authentication.ServicePrincipalKeyStore

Helper class to store service principal keys and retrieve them from the Windows Credential Store.
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
DeleteKey ( string appId, string tenantId ) : void
GetKey ( string appId, string tenantId ) : SecureString
SaveKey ( string appId, string tenantId, SecureString serviceKey ) : void

비공개 메소드들

메소드 설명
CreateKey ( string appId, string tenantId ) : string

메소드 상세

DeleteKey() 공개 정적인 메소드

public static DeleteKey ( string appId, string tenantId ) : void
appId string
tenantId string
리턴 void

GetKey() 공개 정적인 메소드

public static GetKey ( string appId, string tenantId ) : SecureString
appId string
tenantId string
리턴 System.Security.SecureString

SaveKey() 공개 정적인 메소드

public static SaveKey ( string appId, string tenantId, SecureString serviceKey ) : void
appId string
tenantId string
serviceKey System.Security.SecureString
리턴 void