SmartCardCryptogramPlacementStep 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
보내는 메시지에 암호화를 배치하기 위한 지침이 포함되어 있습니다.
public ref class SmartCardCryptogramPlacementStep sealed
/// [Windows.Foundation.Metadata.Activatable(131072, "Windows.Devices.SmartCards.SmartCardEmulatorContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SmartCardCryptogramPlacementStep final
[Windows.Foundation.Metadata.Activatable(131072, "Windows.Devices.SmartCards.SmartCardEmulatorContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SmartCardCryptogramPlacementStep
function SmartCardCryptogramPlacementStep()
Public NotInheritable Class SmartCardCryptogramPlacementStep
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows Mobile Extension SDK (10.0.10586.0에서 도입되었습니다.)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (v2.0에서 도입되었습니다.)
|
생성자
SmartCardCryptogramPlacementStep() |
새 SmartCardCryptogramPlacementStep 개체를 생성합니다. |
속성
Algorithm |
이 배치 단계의 출력을 다음 지정된 배치 단계에 대한 입력으로 사용할 선택적 배치 단계를 가져오거나 설정합니다. |
ChainedOutputStep |
이 연결된 단계의 출력을 가져오거나 설정합니다. |
CryptogramLength |
오프셋에서 가져오는 출력의 길이를 가져오거나 설정합니다. |
CryptogramMaterialName |
이 단계를 실행할 때 사용할 암호화 자료 이름을 가져오거나 설정합니다. |
CryptogramMaterialPackageName |
지정된 재질을 포함하는 암호화 재질 패키지 이름을 가져오거나 설정합니다. |
CryptogramOffset |
보내는 메시지에 배치할 암호화를 생성하는 데 사용할 데이터를 가져오거나 설정합니다. |
CryptogramPlacementOptions |
암호화 배치 옵션을 가져오거나 설정합니다. |
SourceData |
암호화를 연결하는 이 단계에서 암호화할 데이터를 가져오거나 설정합니다. |
TemplateOffset |
생성된 암호화가 배치될 대상 출력 버퍼로 오프셋을 가져오거나 설정합니다. 단위는 CryptogramPlacementOptions 필드의 UnitsAreInNibbles 플래그에 따라 바이트 또는 니블일 수 있습니다. |