SmartCardPinPolicy.SpecialCharacters 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
TPM(신뢰할 수 있는 플랫폼 모듈) 가상 스마트 카드 PIN(개인 식별 번호)에 특수 문자가 허용되는지 여부를 가져오거나 설정합니다.
public:
property SmartCardPinCharacterPolicyOption SpecialCharacters { SmartCardPinCharacterPolicyOption get(); void set(SmartCardPinCharacterPolicyOption value); };
SmartCardPinCharacterPolicyOption SpecialCharacters();
void SpecialCharacters(SmartCardPinCharacterPolicyOption value);
public SmartCardPinCharacterPolicyOption SpecialCharacters { get; set; }
var smartCardPinCharacterPolicyOption = smartCardPinPolicy.specialCharacters;
smartCardPinPolicy.specialCharacters = smartCardPinCharacterPolicyOption;
Public Property SpecialCharacters As SmartCardPinCharacterPolicyOption
속성 값
특수 문자가 허용되는지 여부를 나타내는 열거형 값 중 하나입니다.
설명
특수 문자는 인쇄 가능한 ASCII 문자 집합으로 정의됩니다. ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
기본값은 특수 문자를 허용하는 것입니다.