Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The credential user name.
Namespace: Microsoft.SharePoint.Portal.SingleSignon
Assembly: Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)
Syntax
'Declaration
Public UserName As SecureString
'Usage
Dim instance As SsoCredentials
Dim value As SecureString
value = instance.UserName
instance.UserName = value
public SecureString UserName
Examples
For an example, see Walkthrough: Implementing a Pluggable SSO Provider.