Пространство имен: Microsoft.IdentityModel.Tokens.Saml11
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim writer As XmlWriter
Dim subjectSki As SecurityKeyIdentifier

Me.WriteSubjectKeyInfo(writer, subjectSki)

Синтаксис

Visual Basic
Protected Overridable Sub WriteSubjectKeyInfo ( _
		writer As XmlWriter, _
		subjectSki As SecurityKeyIdentifier _
)
C#
protected virtual void WriteSubjectKeyInfo (
		XmlWriter writer,
		SecurityKeyIdentifier subjectSki
)
C++
protected:
virtual void WriteSubjectKeyInfo (
		XmlWriter^ writer, 
		SecurityKeyIdentifier^ subjectSki
)
J#
protected void WriteSubjectKeyInfo (
		XmlWriter writer, 
		SecurityKeyIdentifier subjectSki
)
JScript
protected function WriteSubjectKeyInfo (
		writer : XmlWriter, 
		subjectSki : SecurityKeyIdentifier
)

Параметры

writer
subjectSki

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

См. также