Share via


SmartCardCryptogramPlacementStep.CryptogramMaterialName Property

Definition

Gets or sets the cryptogram material name to use when executing this step.

public:
 property Platform::String ^ CryptogramMaterialName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CryptogramMaterialName();

void CryptogramMaterialName(winrt::hstring value);
public string CryptogramMaterialName { get; set; }
var string = smartCardCryptogramPlacementStep.cryptogramMaterialName;
smartCardCryptogramPlacementStep.cryptogramMaterialName = string;
Public Property CryptogramMaterialName As String

Property Value

String

Platform::String

winrt::hstring

The cryptogram material name to use in generating the cryptogram to be placed in this outgoing message.

Applies to

See also