PrivacyNotice Constructor (String)
Namespace: Microsoft.IdentityModel.Protocols.WSIdentity
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Dim privacyNoticeLocation As String
Dim instance As New PrivacyNotice(privacyNoticeLocation)
Syntax
'Declaration
Public Sub New ( _
privacyNoticeLocation As String _
)
public PrivacyNotice (
string privacyNoticeLocation
)
public:
PrivacyNotice (
String^ privacyNoticeLocation
)
public PrivacyNotice (
String privacyNoticeLocation
)
public function PrivacyNotice (
privacyNoticeLocation : String
)
Parameters
- privacyNoticeLocation
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also
Reference
PrivacyNotice Class
PrivacyNotice Members
Microsoft.IdentityModel.Protocols.WSIdentity Namespace