SmartCardCryptogramPlacementStep.CryptogramMaterialName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The cryptogram material name to use in generating the cryptogram to be placed in this outgoing message.