SecurityKeyIdentifierClauseSerializer 类
定义
可以序列化和反序列化密钥标识符子句的序列化程序的抽象基类。Abstract base class for a serializer that can serialize and deserialize key identifier clauses.
public ref class SecurityKeyIdentifierClauseSerializer abstract
public abstract class SecurityKeyIdentifierClauseSerializer
type SecurityKeyIdentifierClauseSerializer = class
Public MustInherit Class SecurityKeyIdentifierClauseSerializer
- 继承
-
SecurityKeyIdentifierClauseSerializer
- 派生
注解
密钥标识符子句由 SecurityKeyIdentifierClause 类和派生自的类表示。Key identifier clauses are represented by the SecurityKeyIdentifierClause class and by classes derived from it.
构造函数
| SecurityKeyIdentifierClauseSerializer() |
初始化 SecurityKeyIdentifierClauseSerializer 类的新实例。Initializes a new instance of the SecurityKeyIdentifierClauseSerializer class. |
方法
| CanReadKeyIdentifierClause(XmlReader) |
当在派生类中重写时,将返回一个值,该值指示定位指定读取器的元素是否可由处理程序读取为标识符子句。When overridden in a derived class, returns a value that indicates whether the element where the specified reader is positioned can be read as a key identifier clause by the handler. |
| CanWriteKeyIdentifierClause(SecurityKeyIdentifierClause) |
当在派生类中重写时,将返回一个值,该值指示处理程序是否可对密钥标识符子句进行序列化。When overridden in a derived class, returns a value that indicates whether the specified key identifier clause can be serialized by the handler. |
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ReadKeyIdentifierClause(XmlReader) |
在派生类中重写时,通过使用指定 XML 读取器对密钥标识符子句进行反序列化。When overridden in a derived class, deserializes a key identifier clause from by using the specified XML reader. |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |
| WriteKeyIdentifierClause(XmlWriter, SecurityKeyIdentifierClause) |
在派生类中重写时,将密钥标识符子句序列化。When overridden in a derived class, serializes the specified key identifier clause. |