SsoCredentials.Password Field

The credential password.

Namespace:  Microsoft.SharePoint.Portal.SingleSignon
Assembly:  Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)

Syntax

'Declaration
Public Password As SecureString
'Usage
Dim instance As SsoCredentials
Dim value As SecureString

value = instance.Password

instance.Password = value
public SecureString Password

Examples

For an example, see Walkthrough: Implementing a Pluggable SSO Provider.

See Also

Reference

SsoCredentials Class

SsoCredentials Members

Microsoft.SharePoint.Portal.SingleSignon Namespace