Click or drag to resize

ISignInManagerGetServiceAccountToken Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.ISignInManager.GetServiceAccountToken(System.String,System.String,System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate2)"]

Namespace:  BlackBerry.Workspaces
Assembly:  WorkspacesSdkFramework (in WorkspacesSdkFramework.dll) Version: 0.0.0.0
Syntax
C#
string GetServiceAccountToken(
	string userEmail,
	string issuer,
	int expiresInMinutes,
	X509Certificate2 cert
)

Parameters

userEmail
Type: SystemString

[Missing <param name="userEmail"/> documentation for "M:BlackBerry.Workspaces.ISignInManager.GetServiceAccountToken(System.String,System.String,System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate2)"]

issuer
Type: SystemString

[Missing <param name="issuer"/> documentation for "M:BlackBerry.Workspaces.ISignInManager.GetServiceAccountToken(System.String,System.String,System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate2)"]

expiresInMinutes
Type: SystemInt32

[Missing <param name="expiresInMinutes"/> documentation for "M:BlackBerry.Workspaces.ISignInManager.GetServiceAccountToken(System.String,System.String,System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate2)"]

cert
Type: System.Security.Cryptography.X509CertificatesX509Certificate2

[Missing <param name="cert"/> documentation for "M:BlackBerry.Workspaces.ISignInManager.GetServiceAccountToken(System.String,System.String,System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate2)"]

Return Value

Type: String

[Missing <returns> documentation for "M:BlackBerry.Workspaces.ISignInManager.GetServiceAccountToken(System.String,System.String,System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate2)"]

See Also