SmartCardCryptogramMaterialCharacteristics.AllowedAlgorithms 속성

정의

허용되는 알고리즘을 가져옵니다.

public:
 property IVectorView<SmartCardCryptogramAlgorithm> ^ AllowedAlgorithms { IVectorView<SmartCardCryptogramAlgorithm> ^ get(); };
IVectorView<SmartCardCryptogramAlgorithm> AllowedAlgorithms();
public IReadOnlyList<SmartCardCryptogramAlgorithm> AllowedAlgorithms { get; }
var iVectorView = smartCardCryptogramMaterialCharacteristics.allowedAlgorithms;
Public ReadOnly Property AllowedAlgorithms As IReadOnlyList(Of SmartCardCryptogramAlgorithm)

속성 값

허용되는 알고리즘입니다.

적용 대상