AsymmetricKey.Create 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| Name | Description |
|---|---|
| Create(AsymmetricKeyEncryptionAlgorithm) |
제공된 암호화 알고리즘을 기반으로 비대칭 키를 만듭니다. |
| Create(AsymmetricKeyEncryptionAlgorithm, String) |
제공된 암호화 알고리즘을 기반으로 비대칭 키를 만듭니다. 암호는 키가 암호화된 암호를 지정합니다. |
| Create(String, AsymmetricKeySourceType) |
지정된 원본에서 키를 로드합니다. |
| Create(String, AsymmetricKeySourceType, String) |
지정된 원본에서 키를 로드합니다. 암호는 키가 암호화된 암호를 지정합니다. |
| Create(String, String, CreateDispositionType, AsymmetricKeySourceType) |
Create(AsymmetricKeyEncryptionAlgorithm)
제공된 암호화 알고리즘을 기반으로 비대칭 키를 만듭니다.
public void Create(Microsoft.SqlServer.Management.Smo.AsymmetricKeyEncryptionAlgorithm encryptionAlgorithm);
member this.Create : Microsoft.SqlServer.Management.Smo.AsymmetricKeyEncryptionAlgorithm -> unit
Public Sub Create (encryptionAlgorithm As AsymmetricKeyEncryptionAlgorithm)
매개 변수
- encryptionAlgorithm
- AsymmetricKeyEncryptionAlgorithm
적용 대상
Create(AsymmetricKeyEncryptionAlgorithm, String)
제공된 암호화 알고리즘을 기반으로 비대칭 키를 만듭니다. 암호는 키가 암호화된 암호를 지정합니다.
public void Create(Microsoft.SqlServer.Management.Smo.AsymmetricKeyEncryptionAlgorithm encryptionAlgorithm, string password);
member this.Create : Microsoft.SqlServer.Management.Smo.AsymmetricKeyEncryptionAlgorithm * string -> unit
Public Sub Create (encryptionAlgorithm As AsymmetricKeyEncryptionAlgorithm, password As String)
매개 변수
- encryptionAlgorithm
- AsymmetricKeyEncryptionAlgorithm
- password
- String
적용 대상
Create(String, AsymmetricKeySourceType)
지정된 원본에서 키를 로드합니다.
public void Create(string keySource, Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType sourceType);
member this.Create : string * Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType -> unit
Public Sub Create (keySource As String, sourceType As AsymmetricKeySourceType)
매개 변수
- keySource
- String
- sourceType
- AsymmetricKeySourceType
적용 대상
Create(String, AsymmetricKeySourceType, String)
지정된 원본에서 키를 로드합니다. 암호는 키가 암호화된 암호를 지정합니다.
public void Create(string keySource, Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType sourceType, string password);
member this.Create : string * Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType * string -> unit
Public Sub Create (keySource As String, sourceType As AsymmetricKeySourceType, password As String)
매개 변수
- keySource
- String
- sourceType
- AsymmetricKeySourceType
- password
- String
적용 대상
Create(String, String, CreateDispositionType, AsymmetricKeySourceType)
public void Create(string providerAlgorithm, string providerKeyName, Microsoft.SqlServer.Management.Smo.CreateDispositionType createDispositionType, Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType sourceType);
member this.Create : string * string * Microsoft.SqlServer.Management.Smo.CreateDispositionType * Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType -> unit
Public Sub Create (providerAlgorithm As String, providerKeyName As String, createDispositionType As CreateDispositionType, sourceType As AsymmetricKeySourceType)
매개 변수
- providerAlgorithm
- String
- providerKeyName
- String
- createDispositionType
- CreateDispositionType
- sourceType
- AsymmetricKeySourceType