CngKeyCreationParameters.Parameters 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
키가 완성되기 전에 설정된 추가 속성을 사용하여 CngKey 개체를 만들 수 있습니다.
public:
property System::Security::Cryptography::CngPropertyCollection ^ Parameters { System::Security::Cryptography::CngPropertyCollection ^ get(); };
public System.Security.Cryptography.CngPropertyCollection Parameters { get; }
member this.Parameters : System.Security.Cryptography.CngPropertyCollection
Public ReadOnly Property Parameters As CngPropertyCollection
속성 값
키를 만드는 도중 CngKey 개체에 대해 설정해야 하는 추가 매개 변수가 들어 있는 컬렉션 개체입니다.
설명
CngKeyCreationParameters 클래스를 사용하면 새 CngKey 개체를 만들고 공통 속성으로 초기화할 수 있습니다. 키를 만드는 동안 키에 추가 속성을 설정해야 하는 경우 다음 단계를 수행합니다.
설정해야 하는 각 추가 속성에 대해 새 CngProperty 개체를 만듭니다.
Parameters 속성을 호출하여 빈 CngPropertyCollection 개체를 가져옵니다.
개체에 CngProperty 개체를 CngPropertyCollection 추가합니다.
메서드 오버로드를 Create(CngAlgorithm, String, CngKeyCreationParameters) 호출하고 초기화된 CngKeyCreationParameters 개체를 전달합니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET