System::Security::SecurityElement 클래스
내용물
[
숨다
]SecurityElement class
보안 객체를 인코딩하기 위한 XML 객체 모델입니다. 구현되지 않았습니다. 이 클래스의 객체는 System::MakeObject() 함수를 사용하여 할당해야 합니다. 스택에 직접 생성하거나 operator new를 사용하여 인스턴스를 만들지 마십시오. 이렇게 하면 런타임 오류 및/또는 어설션 오류가 발생할 수 있습니다. 항상 이 클래스를 System::SmartPtr 포인터로 감싸고, 해당 포인터를 함수 인수로 전달하는 데 사용하십시오.
class SecurityElement : public System::Object
메서드
| 메서드 | 설명 |
|---|---|
| AddAttribute(const String&, const String&) | 태그에 속성을 추가합니다. |
| AddChild(SecurityElement) | 자식 태그를 추가합니다. |
| Attribute(const String&) | 속성 값을 가져옵니다. |
| Copy() | 태그를 복제합니다. |
| Equal(SecurityElement) | 매개변수 동등성을 확인합니다. |
| static Escape(const String&) | XML 문자열의 문자를 이스케이프합니다. |
| static FromString(const String&) | XML 코드에서 요소를 생성합니다. |
| get_Attributes() | 태그 속성을 가져옵니다. |
| get_Children() | 태그 자식 객체를 가져옵니다. |
| get_Tag() | 태그 이름을 가져옵니다. |
| get_Text() | 태그 내부 텍스트를 가져옵니다. |
| static IsValidAttributeName(const String&) | 속성 이름이 유효한지 확인합니다. |
| static IsValidAttributeValue(const String&) | 속성 값이 유효한지 확인합니다. |
| static IsValidTag(const String&) | 태그가 유효한지 확인합니다. |
| static IsValidText(const String&) | 텍스트가 유효한지 확인합니다. |
| SearchForChildByTag(const String&) | 이름으로 자식 태그를 가져옵니다. |
| SearchForTextOfTag(const String&) | 태그 이름으로 자식 태그의 내부 텍스트를 가져옵니다. |
| SecurityElement(const String&) | 생성자. |
| SecurityElement(const String&, const String&) | 생성자. |
| set_Attributes(System::Collections::Generic::Dictionary<String, String>) | 태그 속성을 설정합니다. |
| set_Children(System::Collections::Generic::List<SecurityElement>) | 태그 자식 객체를 설정합니다. |
| set_Tag(const String&) | 태그 이름을 설정합니다. |
| set_Text(const String&) | 태그 내부 텍스트를 설정합니다. |
| ToString() const override | 태그를 문자열로 변환합니다. |
또 보기
- Class Object
- Namespace System::Security
- Library Aspose.Page for C++