Certificate.Create 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| Name | Description |
|---|---|
| Create(String, CertificateSourceType, String, String) |
지정된 원본에서 인증서를 로드하고 지정된 파일에서 프라이빗 키를 로드합니다. 암호 해독 암호는 프라이빗 키에 액세스하는 데 필요한 암호입니다. Create() 작업과 동일한 의미 체계를 가집니다. 컬렉션에 추가, 상태 변경 |
| Create(String, CertificateSourceType) |
지정된 원본에서 인증서를 로드합니다. Create() 작업과 동일한 의미 체계를 가집니다. 컬렉션에 추가, 상태 변경 |
| Create(String, CertificateSourceType, String, String, String) |
지정된 원본에서 인증서를 로드하고 지정된 파일에서 프라이빗 키를 로드합니다. 암호 해독 암호는 프라이빗 키에 액세스하는 데 필요한 암호입니다. 암호화 암호는 프라이빗 키를 암호화할 암호를 지정합니다. Create() 작업과 동일한 의미 체계를 가집니다. 컬렉션에 추가, 상태 변경 |
| Create() |
서버에 개체를 만듭니다. |
| Create(String) |
서버에 개체를 만듭니다. 암호화 암호는 프라이빗 키가 저장되는 암호입니다. |
Create(String, CertificateSourceType, String, String)
지정된 원본에서 인증서를 로드하고 지정된 파일에서 프라이빗 키를 로드합니다. 암호 해독 암호는 프라이빗 키에 액세스하는 데 필요한 암호입니다.
Create() 작업과 동일한 의미 체계를 가집니다. 컬렉션에 추가, 상태 변경
public void Create(string certificateSource, Microsoft.SqlServer.Management.Smo.CertificateSourceType sourceType, string privateKeyPath, string privateKeyDecryptionPassword);
member this.Create : string * Microsoft.SqlServer.Management.Smo.CertificateSourceType * string * string -> unit
Public Sub Create (certificateSource As String, sourceType As CertificateSourceType, privateKeyPath As String, privateKeyDecryptionPassword As String)
매개 변수
- certificateSource
- String
- sourceType
- CertificateSourceType
- privateKeyPath
- String
- privateKeyDecryptionPassword
- String
적용 대상
Create(String, CertificateSourceType)
지정된 원본에서 인증서를 로드합니다.
Create() 작업과 동일한 의미 체계를 가집니다. 컬렉션에 추가, 상태 변경
public void Create(string certificateSource, Microsoft.SqlServer.Management.Smo.CertificateSourceType sourceType);
member this.Create : string * Microsoft.SqlServer.Management.Smo.CertificateSourceType -> unit
Public Sub Create (certificateSource As String, sourceType As CertificateSourceType)
매개 변수
- certificateSource
- String
- sourceType
- CertificateSourceType
적용 대상
Create(String, CertificateSourceType, String, String, String)
지정된 원본에서 인증서를 로드하고 지정된 파일에서 프라이빗 키를 로드합니다. 암호 해독 암호는 프라이빗 키에 액세스하는 데 필요한 암호입니다. 암호화 암호는 프라이빗 키를 암호화할 암호를 지정합니다.
Create() 작업과 동일한 의미 체계를 가집니다. 컬렉션에 추가, 상태 변경
public void Create(string certificateSource, Microsoft.SqlServer.Management.Smo.CertificateSourceType sourceType, string privateKeyPath, string privateKeyDecryptionPassword, string privateKeyEncryptionPassword);
member this.Create : string * Microsoft.SqlServer.Management.Smo.CertificateSourceType * string * string * string -> unit
Public Sub Create (certificateSource As String, sourceType As CertificateSourceType, privateKeyPath As String, privateKeyDecryptionPassword As String, privateKeyEncryptionPassword As String)
매개 변수
- certificateSource
- String
- sourceType
- CertificateSourceType
- privateKeyPath
- String
- privateKeyDecryptionPassword
- String
- privateKeyEncryptionPassword
- String
적용 대상
Create()
서버에 개체를 만듭니다.
public void Create();
abstract member Create : unit -> unit
override this.Create : unit -> unit
Public Sub Create ()
구현
적용 대상
Create(String)
서버에 개체를 만듭니다. 암호화 암호는 프라이빗 키가 저장되는 암호입니다.
public void Create(string encryptionPassword);
member this.Create : string -> unit
Public Sub Create (encryptionPassword As String)
매개 변수
- encryptionPassword
- String