C# 클래스 Microsoft.Azure.Commands.KeyVault.Models.ByokWebKeyConverter

Utility class that creates web key from a BYOK file
상속: IWebKeyConverter
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
ByokWebKeyConverter ( IWebKeyConverter next = null ) : Microsoft.Azure.KeyVault.WebKey
ConvertKeyFromFile ( FileInfo fileInfo, SecureString password ) : Microsoft.Azure.KeyVault.WebKey.JsonWebKey

비공개 메소드들

메소드 설명
CanProcess ( FileInfo fileInfo ) : bool
Convert ( string byokFileName ) : Microsoft.Azure.KeyVault.WebKey.JsonWebKey

메소드 상세

ByokWebKeyConverter() 공개 메소드

public ByokWebKeyConverter ( IWebKeyConverter next = null ) : Microsoft.Azure.KeyVault.WebKey
next IWebKeyConverter
리턴 Microsoft.Azure.KeyVault.WebKey

ConvertKeyFromFile() 공개 메소드

public ConvertKeyFromFile ( FileInfo fileInfo, SecureString password ) : Microsoft.Azure.KeyVault.WebKey.JsonWebKey
fileInfo System.IO.FileInfo
password System.Security.SecureString
리턴 Microsoft.Azure.KeyVault.WebKey.JsonWebKey