SmartCardCryptogramPlacementStep.CryptogramMaterialPackageName 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 package name that contains the material specified.
public:
property Platform::String ^ CryptogramMaterialPackageName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CryptogramMaterialPackageName();
void CryptogramMaterialPackageName(winrt::hstring value);
public string CryptogramMaterialPackageName { get; set; }
var string = smartCardCryptogramPlacementStep.cryptogramMaterialPackageName;
smartCardCryptogramPlacementStep.cryptogramMaterialPackageName = string;
Public Property CryptogramMaterialPackageName As String
Property Value
The cryptogram material package name in which the named cryptogram material may be found.