System::Security::Cryptography::CspParameters::CspParameters 생성자
내용물
[
숨다
]CspParameters::CspParameters() constructor
생성자.
System::Security::Cryptography::CspParameters::CspParameters()
또 보기
- Class CspParameters
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
CspParameters::CspParameters(int) constructor
생성자.
System::Security::Cryptography::CspParameters::CspParameters(int dwTypeIn)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| dwTypeIn | int | 프로바이더 유형 코드; 무시됩니다. |
또 보기
- Class CspParameters
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
CspParameters::CspParameters(int, const System::String&) constructor
생성자.
System::Security::Cryptography::CspParameters::CspParameters(int dwTypeIn, const System::String &strProviderNameIn)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| dwTypeIn | int | 프로바이더 유형 코드; 무시됩니다. |
| strProviderNameIn | const System::String& | 프로바이더 이름; 무시됩니다. |
또 보기
- Class String
- Class CspParameters
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
CspParameters::CspParameters(int, const System::String&, const System::String&) constructor
생성자.
System::Security::Cryptography::CspParameters::CspParameters(int dwTypeIn, const System::String &strProviderNameIn, const System::String &strContainerNameIn)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| dwTypeIn | int | 프로바이더 유형 코드; 무시됩니다. |
| strProviderNameIn | const System::String& | 프로바이더 이름; 무시됩니다. |
| strContainerNameIn | const System::String& | 컨테이너 이름; 무시됩니다. |
또 보기
- Class String
- Class CspParameters
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++