SecurityTokenSerializer.ReadKeyIdentifier(XmlReader) Method
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.
Reads the key identifier using specified XML reader.
public:
System::IdentityModel::Tokens::SecurityKeyIdentifier ^ ReadKeyIdentifier(System::Xml::XmlReader ^ reader);
public System.IdentityModel.Tokens.SecurityKeyIdentifier ReadKeyIdentifier (System.Xml.XmlReader reader);
member this.ReadKeyIdentifier : System.Xml.XmlReader -> System.IdentityModel.Tokens.SecurityKeyIdentifier
Public Function ReadKeyIdentifier (reader As XmlReader) As SecurityKeyIdentifier
A SecurityKeyIdentifier that represents the key identifier that is read.
reader
is null
.
Classes that derive from the SecurityTokenSerializer class must override the ReadKeyIdentifierCore(XmlReader) method. The ReadKeyIdentifier(XmlReader) method calls the ReadKeyIdentifierCore(XmlReader) method.
Продукт | Версии |
---|---|
.NET | 8 (package-provided) |
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
Обратна връзка за .NET
.NET е проект с отворен код. Изберете връзка, за да предоставите обратна връзка: